mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 18:32:14 +08:00
Update cli.py
Former-commit-id: 18e65bbd3ae07af3b9eed7f293c345815776c325
This commit is contained in:
parent
9c76fb960d
commit
ee4682ba0e
@ -120,3 +120,6 @@ def main():
|
|||||||
print(USAGE)
|
print(USAGE)
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError(f"Unknown command: {command}.")
|
raise NotImplementedError(f"Unknown command: {command}.")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user