mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
Update cli.py
Former-commit-id: 18e65bbd3ae07af3b9eed7f293c345815776c325
This commit is contained in:
parent
b5fa1044b8
commit
552816e04b
@ -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