update webui and add CLIs

Former-commit-id: 245fe47ece
This commit is contained in:
hiyouga
2024-05-03 02:58:23 +08:00
parent 4cddd4be26
commit 289d1f3679
65 changed files with 363 additions and 372 deletions

View File

@@ -11,4 +11,4 @@ RUN pip install -e .[deepspeed,metrics,bitsandbytes,qwen]
VOLUME [ "/root/.cache/huggingface/", "/app/data", "/app/output" ]
EXPOSE 7860
CMD [ "python", "src/train_web.py" ]
CMD [ "llamafactory-cli webui" ]