Skip to content

Commit 0f5d896

Browse files
authored
Ianmacleod/update client enum with lightllm (#281)
* add vllm to inference framework enum * add lightllm as well
1 parent 5e37832 commit 0f5d896

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
@@ -15,6 +15,7 @@ class LLMInferenceFramework(str, Enum):
1515
DEEPSPEED = "deepspeed"
1616
TEXT_GENERATION_INFERENCE = "text_generation_inference"
1717
VLLM = "vllm"
18+
LIGHTLLM = "lightllm"
1819

1920

2021
class LLMSource(str, Enum):

0 commit comments

Comments
 (0)