Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: upgrade sglang in Docker #2668

Merged
merged 4 commits into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions xinference/deploy/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,18 @@ deepcache # for sd
verovio>=4.3.1 # For got_ocr2

# sglang
outlines>=0.0.44
decord
hf_transfer
packaging
huggingface_hub
interegular
zmq
rpyc
outlines>=0.0.44,<0.1.0
packaging
prometheus-client>=0.20.0
psutil
aiohttp
anthropic>=0.20.0
litellm>=1.0.0
python-multipart
pyzmq>=25.1.2
torchao>=0.7.0
uvloop
xgrammar>=0.1.6
vllm>=0.6.3.post1,<=0.6.4.post1
cuda-python
Loading