mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 12:42:51 +08:00
10 lines
107 B
Python
10 lines
107 B
Python
from llmtuner import export_model
|
|
|
|
|
|
def main():
|
|
export_model()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|