Compare commits

...

1 Commits

Author SHA1 Message Date
2769f43c67 [DO NOT MERGE] Testing safetensors 0.6.1rc0 2025-08-06 11:17:46 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ _deps = [
# `Trainer` tests (see references to `run_translation.py`).
"sacrebleu>=1.4.12,<2.0.0",
"sacremoses",
"safetensors>=0.4.3",
"safetensors==0.6.1rc0",
"sagemaker>=2.31.0",
"schedulefree>=1.2.6",
"scikit-learn",

View File

@ -72,7 +72,7 @@ deps = {
"ruff": "ruff==0.11.2",
"sacrebleu": "sacrebleu>=1.4.12,<2.0.0",
"sacremoses": "sacremoses",
"safetensors": "safetensors>=0.4.3",
"safetensors": "safetensors==0.6.1rc0",
"sagemaker": "sagemaker>=2.31.0",
"schedulefree": "schedulefree>=1.2.6",
"scikit-learn": "scikit-learn",