mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-01-30 14:22:04 +00:00
10 lines
107 B
Python
10 lines
107 B
Python
from llmtuner import export_model
|
|
|
|
|
|
def main():
|
|
export_model()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|