"...text-generation-inference.git" did not exist on "13f1cd024b42de976711c84adb52d7ee352e786e"
Commit e13b0a70 authored by myhloli's avatar myhloli
Browse files

fix: update sglang version constraint to allow 0.4.9

parent d2b3b857
...@@ -43,7 +43,7 @@ vlm = [ ...@@ -43,7 +43,7 @@ vlm = [
"pydantic", "pydantic",
] ]
sglang = [ sglang = [
"sglang[all]>=0.4.7,<=0.4.8", "sglang[all]>=0.4.7,<0.4.9",
] ]
pipeline = [ pipeline = [
"matplotlib>=3.10,<4", "matplotlib>=3.10,<4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment