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
zhaoyu6
sglang
Commits
0d99adb7
"vscode:/vscode.git/clone" did not exist on "af68b03bbc3713b2cafc19ccc0c4830a2a339d1b"
Unverified
Commit
0d99adb7
authored
Apr 05, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 05, 2025
Browse files
upgrade transformers 4.51.0 (#5088)
parent
efbae697
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
scripts/ci_install_dependency.sh
scripts/ci_install_dependency.sh
+1
-1
No files found.
python/pyproject.toml
View file @
0d99adb7
...
@@ -38,7 +38,7 @@ runtime_common = [
...
@@ -38,7 +38,7 @@ runtime_common = [
"pyzmq>=25.1.2"
,
"pyzmq>=25.1.2"
,
"soundfile==0.13.1"
,
"soundfile==0.13.1"
,
"torchao>=0.7.0"
,
"torchao>=0.7.0"
,
"transformers==4.5
0
.0"
,
"transformers==4.5
1
.0"
,
"uvicorn"
,
"uvicorn"
,
"uvloop"
,
"uvloop"
,
"compressed-tensors"
,
"compressed-tensors"
,
...
...
scripts/ci_install_dependency.sh
View file @
0d99adb7
...
@@ -27,7 +27,7 @@ pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
...
@@ -27,7 +27,7 @@ pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
# Install additional dependencies
# Install additional dependencies
pip
install
torch_memory_saver
pip
install
torch_memory_saver
pip
install
transformers
==
4.5
0
.0 sentence_transformers
accelerate
==
1.4.0 peft pandas datasets timm torchaudio
pip
install
transformers
==
4.5
1
.0 sentence_transformers
accelerate
==
1.4.0 peft pandas datasets timm torchaudio
# For compling xgrammar kernels
# For compling xgrammar kernels
pip
install
cuda-python nvidia-cuda-nvrtc-cu12
pip
install
cuda-python nvidia-cuda-nvrtc-cu12
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