From ddb986d5610cfb0147aed9f52dc12a4f67ab4f3c Mon Sep 17 00:00:00 2001 From: Lucas Armand Date: Wed, 8 Apr 2026 13:12:27 -0700 Subject: [PATCH] use test package --- start_server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start_server.sh b/start_server.sh index 6408e5d..67a9778 100755 --- a/start_server.sh +++ b/start_server.sh @@ -77,8 +77,8 @@ function install_vastai() { if [ -n "${SDK_VERSION:-}" ]; then echo "Installing vastai version ${SDK_VERSION}" - if ! uv pip install "${uv_flags[@]}" "vastai==${SDK_VERSION}"; then - report_error_and_exit "Failed to install vastai==${SDK_VERSION}" + if ! uv pip install "${uv_flags[@]}" "vastai-vast==${SDK_VERSION}"; then + report_error_and_exit "Failed to install vastai-vast==${SDK_VERSION}" fi return 0 fi