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
046c2b33
Unverified
Commit
046c2b33
authored
Aug 02, 2024
by
Yineng Zhang
Committed by
GitHub
Aug 03, 2024
Browse files
chore: add multipart dep for fastapi (#895)
parent
6b8f66ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/e2e-test.yml
.github/workflows/e2e-test.yml
+0
-1
python/pyproject.toml
python/pyproject.toml
+1
-1
python/sglang/check_env.py
python/sglang/check_env.py
+1
-0
No files found.
.github/workflows/e2e-test.yml
View file @
046c2b33
...
...
@@ -35,7 +35,6 @@ jobs:
pip install -e "python[all]"
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ --force-reinstall
pip install --upgrade transformers
pip install python-multipart
-
name
:
Benchmark Serving Throughput
run
:
|
...
...
python/pyproject.toml
View file @
046c2b33
...
...
@@ -21,7 +21,7 @@ dependencies = [
[project.optional-dependencies]
srt
=
[
"aiohttp"
,
"fastapi"
,
"hf_transfer"
,
"huggingface_hub"
,
"interegular"
,
"packaging"
,
"pillow"
,
"psutil"
,
"pydantic"
,
"torch"
,
"uvicorn"
,
"uvloop"
,
"zmq"
,
"vllm==0.5.3.post1"
,
"outlines>=0.0.44"
]
"psutil"
,
"pydantic"
,
"torch"
,
"uvicorn"
,
"uvloop"
,
"zmq"
,
"vllm==0.5.3.post1"
,
"outlines>=0.0.44"
,
"python-multipart"
]
openai
=
[
"openai>=1.0"
,
"tiktoken"
]
anthropic
=
["anthropic>=0.20.0"]
litellm
=
["litellm>=1.0.0"]
...
...
python/sglang/check_env.py
View file @
046c2b33
...
...
@@ -30,6 +30,7 @@ PACKAGE_LIST = [
"zmq"
,
"vllm"
,
"outlines"
,
"multipart"
,
"openai"
,
"tiktoken"
,
"anthropic"
,
...
...
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