[Misc] Bump fastsafetensors version for latest fixes (#34273)

Signed-off-by: Nick Hill <nickhill123@gmail.com>
(cherry picked from commit 79504027ef)
This commit is contained in:
Nick Hill
2026-02-11 00:30:09 -08:00
committed by khluu
parent 9be1ff2d3a
commit 5e8adb0c49
4 changed files with 4 additions and 5 deletions

View File

@@ -43,5 +43,5 @@ tritonclient>=2.51.0
numba == 0.61.2 # Required for N-gram speculative decoding numba == 0.61.2 # Required for N-gram speculative decoding
numpy numpy
runai-model-streamer[s3,gcs]==0.15.3 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 pydantic>=2.12 # 2.11 leads to error on python 3.13

View File

@@ -53,7 +53,7 @@ arctic-inference == 0.1.1 # Required for suffix decoding test
numba == 0.61.2 # Required for N-gram speculative decoding numba == 0.61.2 # Required for N-gram speculative decoding
numpy numpy
runai-model-streamer[s3,gcs]==0.15.3 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 pydantic>=2.12 # 2.11 leads to error on python 3.13
decord==0.6.0 decord==0.6.0
terratorch @ git+https://github.com/IBM/terratorch.git@1.1.rc3 # required for PrithviMAE test terratorch @ git+https://github.com/IBM/terratorch.git@1.1.rc3 # required for PrithviMAE test

View File

@@ -224,7 +224,7 @@ fastparquet==2024.11.0
# via genai-perf # via genai-perf
fastrlock==0.8.2 fastrlock==0.8.2
# via cupy-cuda12x # via cupy-cuda12x
fastsafetensors==0.1.10 fastsafetensors==0.2.2
# via -r requirements/test.in # via -r requirements/test.in
filelock==3.16.1 filelock==3.16.1
# via # via
@@ -1174,7 +1174,6 @@ torch==2.10.0+cu129
# bitsandbytes # bitsandbytes
# efficientnet-pytorch # efficientnet-pytorch
# encodec # encodec
# fastsafetensors
# kornia # kornia
# lightly # lightly
# lightning # lightning

View File

@@ -1035,7 +1035,7 @@ setup(
extras_require={ extras_require={
"bench": ["pandas", "matplotlib", "seaborn", "datasets", "scipy"], "bench": ["pandas", "matplotlib", "seaborn", "datasets", "scipy"],
"tensorizer": ["tensorizer==2.10.1"], "tensorizer": ["tensorizer==2.10.1"],
"fastsafetensors": ["fastsafetensors >= 0.1.10"], "fastsafetensors": ["fastsafetensors >= 0.2.2"],
"runai": ["runai-model-streamer[s3,gcs] >= 0.15.3"], "runai": ["runai-model-streamer[s3,gcs] >= 0.15.3"],
"audio": [ "audio": [
"librosa", "librosa",