Commit 177fb356 authored by ptarasiewiczNV's avatar ptarasiewiczNV Committed by GitHub
Browse files

fix: Specify vLLM prebuilt wheel location (#176)

parent f64e2366
...@@ -92,7 +92,7 @@ fi ...@@ -92,7 +92,7 @@ fi
echo "Installing using: $INSTALL_CMD" echo "Installing using: $INSTALL_CMD"
if [ "$USE_PRECOMPILED" = true ]; then if [ "$USE_PRECOMPILED" = true ]; then
echo "Using precompiled kernels" echo "Using precompiled kernels"
export VLLM_USE_PRECOMPILED=1 export VLLM_PRECOMPILED_WHEEL_LOCATION="https://files.pythonhosted.org/packages/e7/c0/5b7f019aa798dedfb44c30971e9becf3c6a2db7dde311570178fa66c49c8/vllm-0.7.2-cp38-abi3-manylinux1_x86_64.whl"
fi fi
$INSTALL_CMD . $INSTALL_CMD .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment