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 5e37832 commit 0f5d896Copy full SHA for 0f5d896
clients/python/llmengine/data_types.py
@@ -15,6 +15,7 @@ class LLMInferenceFramework(str, Enum):
15
DEEPSPEED = "deepspeed"
16
TEXT_GENERATION_INFERENCE = "text_generation_inference"
17
VLLM = "vllm"
18
+ LIGHTLLM = "lightllm"
19
20
21
class LLMSource(str, Enum):
0 commit comments