fix large completion probe timeout
This commit is contained in:
@@ -167,6 +167,8 @@ check "LOOP1_NATIVE" "$VLLM_PKG/model_executor/models/qwen3_5.py" "LOOP1_NAT
|
||||
check "RMSNORM_NATIVE" "$VLLM_PKG/model_executor/models/qwen3_5.py" "RMSNORM_NATIVE"
|
||||
check "PREFIX_FLASH" "$VLLM_PKG/attention/ops/paged_attn.py" "PREFIX_FLASH (paged_attn.py)"
|
||||
check "_forward_prefix_flash" "$VLLM_PKG/attention/ops/paged_attn.py" "_forward_prefix_flash"
|
||||
check "VLLM_BASIC_FASTPATH" "$VLLM_PKG/entrypoints/openai/api_server.py" "basic fastpath env gate"
|
||||
check "_large_completion_output_fastpath" "$VLLM_PKG/entrypoints/openai/api_server.py" "completion large-output fastpath"
|
||||
|
||||
# libcusolver link present (else LOOP1_NATIVE silently falls back at runtime)
|
||||
if [ -e /opt/sw_home/local/cuda/lib64/libcusolver.so ]; then
|
||||
|
||||
Reference in New Issue
Block a user