Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
2db44698
Unverified
Commit
2db44698
authored
Dec 05, 2024
by
Yineng Zhang
Committed by
GitHub
Dec 05, 2024
Browse files
minor: limit the range of vllm versions (#2350)
parent
ed45e509
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
python/pyproject.toml
python/pyproject.toml
+1
-1
python/sglang/__init__.py
python/sglang/__init__.py
+1
-1
No files found.
python/pyproject.toml
View file @
2db44698
...
@@ -23,7 +23,7 @@ runtime_common = ["aiohttp", "decord", "fastapi",
...
@@ -23,7 +23,7 @@ runtime_common = ["aiohttp", "decord", "fastapi",
"psutil"
,
"pydantic"
,
"python-multipart"
,
"psutil"
,
"pydantic"
,
"python-multipart"
,
"pyzmq>=25.1.2"
,
"torchao"
,
"uvicorn"
,
"uvloop"
,
"pyzmq>=25.1.2"
,
"torchao"
,
"uvicorn"
,
"uvloop"
,
"xgrammar>=0.1.4"
]
"xgrammar>=0.1.4"
]
srt
=
["sglang[runtime_common]
", "
torch
", "
vllm>=
0.6.3
.post
1
", "
cuda-python
", "
flashinfer>=
0.1.6
"]
srt
=
["sglang[runtime_common]
", "
torch
", "
vllm>=
0.6.3
.post
1
,
<=
0.6.4
.post
1
", "
cuda-python
", "
flashinfer>=
0.1.6
"]
# HIP (Heterogeneous-computing Interface for Portability) for AMD
# HIP (Heterogeneous-computing Interface for Portability) for AMD
# => base docker rocm/vllm-dev:20241022, not from public vllm whl
# => base docker rocm/vllm-dev:20241022, not from public vllm whl
...
...
python/sglang/__init__.py
View file @
2db44698
...
@@ -66,7 +66,7 @@ from sglang.version import __version__
...
@@ -66,7 +66,7 @@ from sglang.version import __version__
__all__
+=
[
"__version__"
]
__all__
+=
[
"__version__"
]
# SGL Backends
# SGL
ang
Backends
from
sglang.lang.backend.runtime_endpoint
import
RuntimeEndpoint
from
sglang.lang.backend.runtime_endpoint
import
RuntimeEndpoint
from
sglang.utils
import
LazyImport
from
sglang.utils
import
LazyImport
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment