Unverified Commit 55451c66 authored by Zachary Mueller's avatar Zachary Mueller Committed by GitHub
Browse files

Upgrade safetensors version (#23911)

* Upgrade safetensors

* Second table
parent 7adce8b5
...@@ -159,7 +159,7 @@ _deps = [ ...@@ -159,7 +159,7 @@ _deps = [
"ruff>=0.0.241,<=0.0.259", "ruff>=0.0.241,<=0.0.259",
"sacrebleu>=1.4.12,<2.0.0", "sacrebleu>=1.4.12,<2.0.0",
"sacremoses", "sacremoses",
"safetensors>=0.2.1", "safetensors>=0.3.1",
"sagemaker>=2.31.0", "sagemaker>=2.31.0",
"scikit-learn", "scikit-learn",
"sentencepiece>=0.1.91,!=0.1.92", "sentencepiece>=0.1.91,!=0.1.92",
......
...@@ -64,7 +64,7 @@ deps = { ...@@ -64,7 +64,7 @@ deps = {
"ruff": "ruff>=0.0.241,<=0.0.259", "ruff": "ruff>=0.0.241,<=0.0.259",
"sacrebleu": "sacrebleu>=1.4.12,<2.0.0", "sacrebleu": "sacrebleu>=1.4.12,<2.0.0",
"sacremoses": "sacremoses", "sacremoses": "sacremoses",
"safetensors": "safetensors>=0.2.1", "safetensors": "safetensors>=0.3.1",
"sagemaker": "sagemaker>=2.31.0", "sagemaker": "sagemaker>=2.31.0",
"scikit-learn": "scikit-learn", "scikit-learn": "scikit-learn",
"sentencepiece": "sentencepiece>=0.1.91,!=0.1.92", "sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment