Skip to content

Commit fd30c71

Browse files
committed
Bump transformers version to 4.52.0
1 parent 887cda9 commit fd30c71

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

Makefile

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -387,24 +387,31 @@ validate-rstudio-image: bin/kubectl
387387
continue
388388
fi
389389

390+
# This recipe used mainly from the Pipfile.locks Renewal Action
391+
# Default Python version
392+
# PYTHON_VERSION ?= 3.11
393+
# ROOT_DIR := $(shell pwd)
394+
# BASE_DIRS := jupyter/minimal/ubi9-python-$(PYTHON_VERSION) \
395+
# jupyter/datascience/ubi9-python-$(PYTHON_VERSION) \
396+
# jupyter/pytorch/ubi9-python-$(PYTHON_VERSION) \
397+
# jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION) \
398+
# jupyter/trustyai/ubi9-python-$(PYTHON_VERSION) \
399+
# jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION) \
400+
# jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION) \
401+
# codeserver/ubi9-python-$(PYTHON_VERSION) \
402+
# runtimes/minimal/ubi9-python-$(PYTHON_VERSION) \
403+
# runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
404+
# runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \
405+
# runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION) \
406+
# runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION) \
407+
# runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION)
408+
390409
# This recipe used mainly from the Pipfile.locks Renewal Action
391410
# Default Python version
392411
PYTHON_VERSION ?= 3.11
393412
ROOT_DIR := $(shell pwd)
394-
BASE_DIRS := jupyter/minimal/ubi9-python-$(PYTHON_VERSION) \
395-
jupyter/datascience/ubi9-python-$(PYTHON_VERSION) \
396-
jupyter/pytorch/ubi9-python-$(PYTHON_VERSION) \
397-
jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION) \
398-
jupyter/trustyai/ubi9-python-$(PYTHON_VERSION) \
399-
jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION) \
400-
jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION) \
401-
codeserver/ubi9-python-$(PYTHON_VERSION) \
402-
runtimes/minimal/ubi9-python-$(PYTHON_VERSION) \
403-
runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
404-
runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \
405-
runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION) \
406-
runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION) \
407-
runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION)
413+
BASE_DIRS := jupyter/trustyai/ubi9-python-$(PYTHON_VERSION)
414+
408415

409416
# Default value is false, can be overiden
410417
# The below directories are not supported on tier-1

jupyter/trustyai/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ torch = {version = "==2.6.0+cu126", index = "pytorch"}
1717
# More information available at:
1818
# - https://pypi.org/project/trustyai/
1919
# - https://github.com/trustyai-explainability/trustyai-explainability-python/blob/main/requirements.txt
20-
transformers = "~=4.49.0"
20+
transformers = "~=4.52.1"
2121
datasets = "~=3.4.1"
2222
accelerate = "~=1.5.2"
2323
trustyai = "~=0.6.1"

0 commit comments

Comments
 (0)