mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 20:30:36 +08:00
Merge pull request #6457 from youkaichao/module-run
[misc] enable module run
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user