Skip to content

Commit f815cc3

Browse files
make vllm logging level to DEBUG
1 parent 87fad0d commit f815cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213
env:
214214
PYTORCH_NPU_ALLOC_CONF: max_split_size_mb:256
215215
VLLM_USE_V1: ${{ matrix.vllm_use_version }}
216+
VLLM_LOGGING_LEVEL: DEBUG
216217
run: |
217218
model_base_name=$(basename ${{ matrix.model_name }})
218219
markdown_name="${model_base_name}-V${{ matrix.vllm_use_version }}"

0 commit comments

Comments
 (0)