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 ---"
62
62
python3 -m pip install --progress-bar off git+https://github.com/thuml/depyf.git \
63
63
&& python3 -m pip install --progress-bar off pytest pytest-asyncio tpu-info \
64
64
&& 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
66
66
echo "--- Python dependencies installed ---"
67
67
export VLLM_USE_V1=1
68
68
export VLLM_XLA_CHECK_RECOMPILATION=1
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ echo "--- Installing Python dependencies ---"
62
62
python3 -m pip install --progress-bar off git+https://github.com/thuml/depyf.git \
63
63
&& python3 -m pip install --progress-bar off pytest pytest-asyncio tpu-info \
64
64
&& 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
66
66
echo "--- Python dependencies installed ---"
67
67
export VLLM_USE_V1=1
68
68
export VLLM_XLA_CHECK_RECOMPILATION=1
You can’t perform that action at this time.
0 commit comments