Merge branch 'master' into huggingface

This commit is contained in:
binary-husky
2023-05-28 21:27:20 +08:00
parent 90944bd744
commit 7842cf03cc
10 changed files with 72 additions and 45 deletions

View File

@@ -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"