File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.buildkite/scripts/hardware_ci Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ echo "--- Installing Python dependencies ---"
6262python3 -m pip install --progress-bar off git+https://github.com/thuml/depyf.git \
6363 && python3 -m pip install --progress-bar off pytest pytest-asyncio tpu-info \
6464 && python3 -m pip install --progress-bar off "lm-eval @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d" \
65- && python3 -m pip install --progress-bar off hf-transfer
65+ && python3 -m pip install --progress-bar off hf-transfer tblib==3.1.0
6666echo "--- Python dependencies installed ---"
6767export VLLM_USE_V1=1
6868export VLLM_XLA_CHECK_RECOMPILATION=1
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ echo "--- Installing Python dependencies ---"
6262python3 -m pip install --progress-bar off git+https://github.com/thuml/depyf.git \
6363 && python3 -m pip install --progress-bar off pytest pytest-asyncio tpu-info \
6464 && python3 -m pip install --progress-bar off "lm-eval @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d" \
65- && python3 -m pip install --progress-bar off hf-transfer
65+ && python3 -m pip install --progress-bar off hf-transfer tblib==3.1.0
6666echo "--- Python dependencies installed ---"
6767export VLLM_USE_V1=1
6868export VLLM_XLA_CHECK_RECOMPILATION=1
You can’t perform that action at this time.
0 commit comments