Skip to content

Commit a069415

Browse files
authored
[no ci] Pin torchao and fbgemm-gpu-genai dependencies (#115)
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent c4ccc4d commit a069415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vllm-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
"${DOCKER_IMAGE}"
337337
)
338338
if [[ "${DEVICE_NAME}" == "cuda" ]]; then
339-
docker exec -t "${container_name}" bash -c "pip install torchao fbgemm-gpu-genai"
339+
docker exec -t "${container_name}" bash -c "pip install torchao==0.14.1 fbgemm-gpu-genai==1.4.1"
340340
fi
341341
docker exec -t "${container_name}" bash -c "cd vllm-benchmarks/vllm && bash .buildkite/performance-benchmarks/scripts/run-performance-benchmarks.sh"
342342

0 commit comments

Comments
 (0)