Skip to content

Commit 5e37832

Browse files
authored
add vllm to inference framework enum (#280)
1 parent 321d8b6 commit 5e37832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/python/llmengine/data_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
class LLMInferenceFramework(str, Enum):
1515
DEEPSPEED = "deepspeed"
1616
TEXT_GENERATION_INFERENCE = "text_generation_inference"
17+
VLLM = "vllm"
1718

1819

1920
class LLMSource(str, Enum):

0 commit comments

Comments
 (0)