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
30d17840
Unverified
Commit
30d17840
authored
Mar 23, 2024
by
Jani Monoses
Committed by
GitHub
Mar 23, 2024
Browse files
Update dependencies (#326)
parent
ce216c80
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
python/pyproject.toml
python/pyproject.toml
+3
-3
No files found.
python/pyproject.toml
View file @
30d17840
...
@@ -15,13 +15,13 @@ classifiers = [
...
@@ -15,13 +15,13 @@ classifiers = [
]
]
dependencies
=
[
dependencies
=
[
"requests"
,
"requests"
,
"tqdm"
,
]
]
[project.optional-dependencies]
[project.optional-dependencies]
srt
=
[
"aiohttp"
,
"fastapi"
,
"psutil"
,
"rpyc"
,
"torch"
,
"uvloop"
,
"uvicorn"
,
srt
=
[
"aiohttp"
,
"fastapi"
,
"psutil"
,
"rpyc"
,
"torch"
,
"uvloop"
,
"uvicorn"
,
"zmq"
,
"vllm>=0.3.3"
,
"interegular"
,
"lark"
,
"numba"
,
"zmq"
,
"vllm>=0.3.3"
,
"interegular"
,
"pydantic"
,
"pillow"
,
"outlines>=0.0.27"
]
"pydantic"
,
"referencing"
,
"diskcache"
,
"cloudpickle"
,
"pillow"
,
"outlines>=0.0.27"
]
openai
=
[
"openai>=1.0"
,
"numpy"
,
"tiktoken"
]
openai
=
[
"openai>=1.0"
,
"numpy"
]
anthropic
=
[
"anthropic>=0.20.0"
,
"numpy"
]
anthropic
=
[
"anthropic>=0.20.0"
,
"numpy"
]
all
=
["sglang[srt]
", "
sglang
[openai]
", "
sglang
[anthropic]"]
all
=
["sglang[srt]
", "
sglang
[openai]
", "
sglang
[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