mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +08:00
Update cli.py
Former-commit-id: c39d81cd1d108d832746e100ac890b2d4ecaa60e
This commit is contained in:
parent
a36f9d923e
commit
f6d5dd6f10
@ -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