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
d10b933a
Unverified
Commit
d10b933a
authored
Oct 16, 2024
by
Ke Bao
Committed by
GitHub
Oct 16, 2024
Browse files
Fix srt dependency (#1685)
parent
9116b289
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
python/pyproject.toml
python/pyproject.toml
+1
-3
No files found.
python/pyproject.toml
View file @
d10b933a
...
@@ -24,11 +24,9 @@ runtime_common = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hu
...
@@ -24,11 +24,9 @@ runtime_common = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hu
"packaging"
,
"pillow"
,
"psutil"
,
"pydantic"
,
"python-multipart"
,
"packaging"
,
"pillow"
,
"psutil"
,
"pydantic"
,
"python-multipart"
,
"torchao"
,
"uvicorn"
,
"uvloop"
,
"zmq"
,
"torchao"
,
"uvicorn"
,
"uvloop"
,
"zmq"
,
"outlines>=0.0.44"
,
"modelscope"
]
"outlines>=0.0.44"
,
"modelscope"
]
torch
=
["torch"]
# xpu is not enabled in public vllm and torch whl,
# xpu is not enabled in public vllm and torch whl,
# need to follow https://docs.vllm.ai/en/latest/getting_started/xpu-installation.htmlinstall vllm
# need to follow https://docs.vllm.ai/en/latest/getting_started/xpu-installation.htmlinstall vllm
vllm
=
["vllm==0.5.5"]
srt
=
["sglang[runtime_common]
", "
torch
", "
vllm==
0.5.5
"]
srt
=
["sglang[runtime_common]
", "
torch
", "
vllm
"]
srt_xpu
=
["sglang[runtime_common]"]
srt_xpu
=
["sglang[runtime_common]"]
openai
=
[
"openai>=1.0"
,
"tiktoken"
]
openai
=
[
"openai>=1.0"
,
"tiktoken"
]
...
...
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