From faf86e2ff50793510781ede0d4d24e44a458165b Mon Sep 17 00:00:00 2001 From: RICHARDNAN <43512027+RICHARDNAN@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:26:02 +0800 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2710eb5c..183c9c8c 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ pip install -r requirements-local_chat.txt pip install -r ktransformers/server/requirements.txt echo "Installing ktransformers" -KTRANSFORMERS_FORCE_BUILD=TRUE USE_BALANCE_SERVE=1 pip install -vvv . --no-build-isolation +KTRANSFORMERS_FORCE_BUILD=TRUE pip install -v . --no-build-isolation if [[ "$DEV_BACKEND" == "cuda" ]]; then echo "Installing custom_flashinfer for CUDA backend" @@ -40,4 +40,4 @@ fi # cp -a csrc/balance_serve/build/third_party/prometheus-cpp/lib/libprometheus-cpp-*.so* $SITE_PACKAGES/ # patchelf --set-rpath '$ORIGIN' $SITE_PACKAGES/sched_ext.cpython* -echo "Installation completed successfully" \ No newline at end of file +echo "Installation completed successfully"