Files
enginex-mlu370-vllm/vllm-v0.6.2/vllm/compilation/levels.py

9 lines
162 B
Python
Raw Normal View History

2026-02-04 17:22:39 +08:00
# constants for the levels of the compilation process
class CompilationLevel:
NO_COMPILATION = 0
DYNAMO_AS_IS = 1
DYNAMO_ONCE = 2
PIECEWISE = 3