chore: running all script when installation (#773)

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-12-13 09:05:48 -05:00
committed by GitHub
parent 3ab78cd105
commit 69253b3462

View File

@@ -101,3 +101,6 @@ fi
pip install -e "$GIT_ROOT/openllm-core"
pip install -e "$GIT_ROOT/openllm-client"
pip install -e "$GIT_ROOT/openllm-python$EXTENSIONS_STR" -v
# running all script
bash "$GIT_ROOT/all.sh"