forked from EngineX-Cambricon/enginex-mlu370-vllm
add qwen3
This commit is contained in:
8
vllm-v0.6.2/vllm/compilation/levels.py
Normal file
8
vllm-v0.6.2/vllm/compilation/levels.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# constants for the levels of the compilation process
|
||||
|
||||
|
||||
class CompilationLevel:
|
||||
NO_COMPILATION = 0
|
||||
DYNAMO_AS_IS = 1
|
||||
DYNAMO_ONCE = 2
|
||||
PIECEWISE = 3
|
||||
Reference in New Issue
Block a user