Merge branch 'master' into huggingface

This commit is contained in:
binary-husky
2023-05-28 21:21:12 +08:00
parent 90944bd744
commit 6f18d1716e
11 changed files with 75 additions and 50 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"