Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/vllm-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ jobs:
# vLLM-related environment variables
ENGINE_VERSION: v1
SAVE_TO_PYTORCH_BENCHMARK_FORMAT: 1
# Test
VLLM_USE_STANDALONE_COMPILE: 1
run: |
set -eux

Expand All @@ -282,6 +284,7 @@ jobs:
-e HF_TOKEN \
-e ENGINE_VERSION \
-e SAVE_TO_PYTORCH_BENCHMARK_FORMAT \
-e VLLM_USE_STANDALONE_COMPILE \
-e ON_CPU="${ON_CPU}" \
--ipc=host \
--tty \
Expand Down
Loading