We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321d8b6 commit 5e37832Copy full SHA for 5e37832
clients/python/llmengine/data_types.py
@@ -14,6 +14,7 @@
14
class LLMInferenceFramework(str, Enum):
15
DEEPSPEED = "deepspeed"
16
TEXT_GENERATION_INFERENCE = "text_generation_inference"
17
+ VLLM = "vllm"
18
19
20
class LLMSource(str, Enum):
0 commit comments