mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-02-08 15:02:23 +08:00
[v1] add cli sampler (#9721)
This commit is contained in:
@@ -49,6 +49,11 @@ def launch():
|
||||
|
||||
run_sft()
|
||||
|
||||
elif command == "chat":
|
||||
from .samplers.cli_sampler import run_chat
|
||||
|
||||
run_chat()
|
||||
|
||||
elif command == "env":
|
||||
print_env()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user