Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ numpy==2.4.2
pandas==3.0.1
datasets==2.18.0
smart_open[gcs]==7.5.1
pyarrow==19.0.1
pyarrow==23.0.1
google-genai==1.73.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ numpy==2.4.2
pandas==3.0.1
datasets==2.18.0
smart_open[gcs]==7.5.1
pyarrow==19.0.1
pyarrow==23.0.1
google-genai==1.73.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# NGC 25.01 ships PyTorch 2.6.0a0; transformers>=4.51 rejects torch.load for <2.6 stable (CVE-2025-32434).
# facebook/convnext-tiny-224 has only pytorch_model.bin (no safetensors), so we pin transformers<4.51.
transformers==4.49.0
transformers==5.10.1
tokenizers==0.21.0
datasets>=2.18
accelerate>=0.30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# DETR ships safetensors → could use latest transformers, but pin for consistency across pipelines
transformers==4.49.0
transformers==5.10.1
tokenizers==0.21.0
# NGC 25.01 ships numpy 1.x; a transitive upgrade breaks compiled torchvision ops
numpy<2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

transformers==4.49.0
transformers==5.10.1
tokenizers==0.21.0
datasets>=2.18
accelerate>=0.30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Idefics3 regression — pin transformers 4.49 per tao-finetune-huggingface-model error playbook
transformers==4.49.0
transformers==5.10.1
tokenizers==0.21.0
datasets>=2.18
accelerate>=0.30
Expand Down