Skip to content

Commit

Permalink
chore: running all script when installation (bentoml#773)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm authored Dec 13, 2023
1 parent 3ab78cd commit 69253b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 69253b3

Please sign in to comment.