First commit
This commit is contained in:
9
vllm/compilation/levels.py
Normal file
9
vllm/compilation/levels.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# constants for the levels of the compilation process
|
||||
|
||||
|
||||
class CompilationLevel:
|
||||
NO_COMPILATION = 0
|
||||
DYNAMO_AS_IS = 1
|
||||
DYNAMO_ONCE = 2
|
||||
INDUCTOR = 3
|
||||
INDUCTOR_MAX_AUTOTUNE = 4
|
||||
Reference in New Issue
Block a user