mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +08:00
Merge pull request #6457 from youkaichao/module-run
[misc] enable module run Former-commit-id: f68074d87bcc915a49a8765b3ebb32d935aa5445
This commit is contained in:
commit
377dfe5665
@ -120,3 +120,6 @@ def main():
|
||||
print(USAGE)
|
||||
else:
|
||||
raise NotImplementedError(f"Unknown command: {command}.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user