From 69253b34625bf2b25ef166ecff0452252d5b1713 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:05:48 -0500 Subject: [PATCH] chore: running all script when installation (#773) Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- local.sh | 3 +++ 1 file changed, 3 insertions(+) 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"