We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fad0d commit f815cc3Copy full SHA for f815cc3
.github/workflows/accuracy_test.yaml
@@ -213,6 +213,7 @@ jobs:
213
env:
214
PYTORCH_NPU_ALLOC_CONF: max_split_size_mb:256
215
VLLM_USE_V1: ${{ matrix.vllm_use_version }}
216
+ VLLM_LOGGING_LEVEL: DEBUG
217
run: |
218
model_base_name=$(basename ${{ matrix.model_name }})
219
markdown_name="${model_base_name}-V${{ matrix.vllm_use_version }}"
0 commit comments