[Misc][BE] Type coverage for vllm/compilation [2/3] (#31744)

This commit is contained in:
Lucas Kabela
2026-01-09 15:30:38 -08:00
committed by GitHub
parent 3adffd5b90
commit aaf4b70aae
12 changed files with 161 additions and 91 deletions

View File

@@ -32,6 +32,9 @@ else:
logger = init_logger(__name__)
# Explicitly exports Range
__all__ = ["Range"]
class CompilationMode(enum.IntEnum):
"""The compilation approach used for torch.compile-based compilation of the