diff --git a/local.sh b/local.sh index e2a6134a..8ce8bb45 100755 --- a/local.sh +++ b/local.sh @@ -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"