Skip to content

Commit 45af48a

Browse files
committed
fix(sglang): pyproject.toml
1 parent 30edeee commit 45af48a

File tree

2 files changed

+1726
-330
lines changed

2 files changed

+1726
-330
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ vllm = [
8383
"vllm", # intentionally un-versioned, expecting a minor update. coutlines-core version should be enough to specify it
8484
]
8585

86+
sglang = [
87+
"sglang<0.5",
88+
"sgl-kernel<0.3",
89+
"torchao", # quantization
90+
"nest-asyncio",
91+
]
92+
8693
litellm = [
8794
"litellm>=1.76"
8895
]
@@ -94,7 +101,7 @@ docling = [
94101
"docling>=2.45.0",
95102
]
96103

97-
all = ["mellea[watsonx,docling,hf,vllm,litellm]"]
104+
all = ["mellea[watsonx,docling,hf,vllm,sglang,litellm]"]
98105

99106
[dependency-groups]
100107
# Use these like:

0 commit comments

Comments
 (0)