shorten comment

Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
This commit is contained in:
Luka Govedič 2025-08-21 18:40:24 -04:00 committed by GitHub
parent 019b2fb6ca
commit 8393419f4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,8 +21,7 @@ from vllm.config import (CompilationConfig, CompilationLevel, CUDAGraphMode,
VllmConfig, set_current_vllm_config)
from vllm.forward_context import BatchDescriptor, set_forward_context
# Import shared test operations
# The standard attention operation is automatically registered when imported
# This import automatically registers torch ops for testing (like silly.attention)
import tests.compile.test_operations