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
7498522f
Unverified
Commit
7498522f
authored
Jul 15, 2025
by
Xinyuan Tong
Committed by
GitHub
Jul 15, 2025
Browse files
update transformers to 4.53.2 (#8029)
Signed-off-by:
Xinyuan Tong
<
justinning0323@outlook.com
>
parent
194841e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
python/pyproject.toml
python/pyproject.toml
+1
-1
test/srt/test_vlm_accuracy.py
test/srt/test_vlm_accuracy.py
+0
-1
No files found.
python/pyproject.toml
View file @
7498522f
...
...
@@ -46,7 +46,7 @@ runtime_common = [
"soundfile==0.13.1"
,
"scipy"
,
"torchao==0.9.0"
,
"transformers==4.53.
0
"
,
"transformers==4.53.
2
"
,
"timm==1.0.16"
,
"uvicorn"
,
"uvloop"
,
...
...
test/srt/test_vlm_accuracy.py
View file @
7498522f
...
...
@@ -161,7 +161,6 @@ class VisionLLMLogitsBase(unittest.IsolatedAsyncioTestCase):
return
self
.
model_runner
.
model
# TODO: MiniCPMV is not compatible with transformers==4.52.3, temporarily disabled
class
TestMiniCPMVLogits
(
VisionLLMLogitsBase
):
@
classmethod
def
setUpClass
(
cls
):
...
...
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