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
79504027
Unverified
Commit
79504027
authored
Feb 11, 2026
by
Nick Hill
Committed by
GitHub
Feb 11, 2026
Browse files
[Misc] Bump `fastsafetensors` version for latest fixes (#34273)
Signed-off-by:
Nick Hill
<
nickhill123@gmail.com
>
parent
addac0e6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
requirements/nightly_torch_test.txt
requirements/nightly_torch_test.txt
+1
-1
requirements/test.in
requirements/test.in
+1
-1
requirements/test.txt
requirements/test.txt
+1
-2
setup.py
setup.py
+1
-1
No files found.
requirements/nightly_torch_test.txt
View file @
79504027
...
...
@@ -43,5 +43,5 @@ tritonclient>=2.51.0
numba == 0.61.2 # Required for N-gram speculative decoding
numpy
runai-model-streamer[s3,gcs]==0.15.3
fastsafetensors>=0.
1.10
fastsafetensors>=0.
2.2
pydantic>=2.12 # 2.11 leads to error on python 3.13
requirements/test.in
View file @
79504027
...
...
@@ -53,7 +53,7 @@ arctic-inference == 0.1.1 # Required for suffix decoding test
numba == 0.61.2 # Required for N-gram speculative decoding
numpy
runai-model-streamer[s3,gcs]==0.15.3
fastsafetensors>=0.
1.10
fastsafetensors>=0.
2.2 # 0.2.2 contains important fixes for multi-GPU mem usage
pydantic>=2.12 # 2.11 leads to error on python 3.13
decord==0.6.0
terratorch @ git+https://github.com/IBM/terratorch.git@1.1.rc3 # required for PrithviMAE test
...
...
requirements/test.txt
View file @
79504027
...
...
@@ -224,7 +224,7 @@ fastparquet==2024.11.0
# via genai-perf
fastrlock==0.8.2
# via cupy-cuda12x
fastsafetensors==0.
1.10
fastsafetensors==0.
2.2
# via -r requirements/test.in
filelock==3.16.1
# via
...
...
@@ -1174,7 +1174,6 @@ torch==2.10.0+cu129
# bitsandbytes
# efficientnet-pytorch
# encodec
# fastsafetensors
# kornia
# lightly
# lightning
...
...
setup.py
View file @
79504027
...
...
@@ -1035,7 +1035,7 @@ setup(
extras_require
=
{
"bench"
:
[
"pandas"
,
"matplotlib"
,
"seaborn"
,
"datasets"
,
"scipy"
],
"tensorizer"
:
[
"tensorizer==2.10.1"
],
"fastsafetensors"
:
[
"fastsafetensors >= 0.
1.10
"
],
"fastsafetensors"
:
[
"fastsafetensors >= 0.
2.2
"
],
"runai"
:
[
"runai-model-streamer[s3,gcs] >= 0.15.3"
],
"audio"
:
[
"librosa"
,
...
...
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