Merge branch 'master' into huggingface

这个提交包含在:
binary-husky
2023-05-28 21:27:20 +08:00
父节点 90944bd744
当前提交 7842cf03cc
共有 10 个文件被更改,包括 72 次插入45 次删除

查看文件

@@ -99,6 +99,7 @@ services:
command: >
bash -c " echo '[gpt-academic] 正在从github拉取最新代码...' &&
git pull &&
pip install -r requirements.txt &&
echo '[jittorllms] 正在从github拉取最新代码...' &&
git --git-dir=request_llm/jittorllms/.git --work-tree=request_llm/jittorllms pull --force &&
python3 -u main.py"