Skip to content

Commit 2080309

Browse files
committed
fix(sglang): pyproject.toml
1 parent 8966776 commit 2080309

File tree

2 files changed

+1722
-330
lines changed

2 files changed

+1722
-330
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ 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+
]
91+
8692
litellm = [
8793
"litellm>=1.76"
8894
]
@@ -94,7 +100,7 @@ docling = [
94100
"docling>=2.45.0",
95101
]
96102

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

99105
[dependency-groups]
100106
# Use these like:

0 commit comments

Comments
 (0)