Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3a7d5803
Unverified
Commit
3a7d5803
authored
Nov 09, 2025
by
yihong
Committed by
GitHub
Nov 09, 2025
Browse files
fix: close issue 28338 by fixed python version (#28339)
Signed-off-by:
yihong0618
<
zouzou0208@gmail.com
>
parent
05f8d690
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.pre-commit-config.yaml
.pre-commit-config.yaml
+1
-1
requirements/test.txt
requirements/test.txt
+1
-1
No files found.
.pre-commit-config.yaml
View file @
3a7d5803
...
@@ -38,7 +38,7 @@ repos:
...
@@ -38,7 +38,7 @@ repos:
rev
:
0.9.1
rev
:
0.9.1
hooks
:
hooks
:
-
id
:
pip-compile
-
id
:
pip-compile
args
:
[
requirements/test.in
,
-o
,
requirements/test.txt
,
--index-strategy
,
unsafe-best-match
,
--torch-backend
,
cu129
,
--python-platform
,
x86_64-manylinux_2_28
]
args
:
[
requirements/test.in
,
-o
,
requirements/test.txt
,
--index-strategy
,
unsafe-best-match
,
--torch-backend
,
cu129
,
--python-platform
,
x86_64-manylinux_2_28
,
--python-version
,
"
3.12"
]
files
:
^requirements/test\.(in|txt)$
files
:
^requirements/test\.(in|txt)$
-
repo
:
local
-
repo
:
local
hooks
:
hooks
:
...
...
requirements/test.txt
View file @
3a7d5803
# This file was autogenerated by uv via the following command:
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/test.in -o requirements/test.txt --index-strategy unsafe-best-match --torch-backend cu129 --python-platform x86_64-manylinux_2_28
# uv pip compile requirements/test.in -o requirements/test.txt --index-strategy unsafe-best-match --torch-backend cu129 --python-platform x86_64-manylinux_2_28
--python-version 3.12
absl-py==2.1.0
absl-py==2.1.0
# via rouge-score
# via rouge-score
accelerate==1.0.1
accelerate==1.0.1
...
...
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