Skip to content

Commit 7652fd5

Browse files
[release-1.9] V1: Fix versions in HuggingFace dataset initializer (#2370)
Signed-off-by: Andrey Velichkevich <[email protected]> Co-authored-by: Andrey Velichkevich <[email protected]>
1 parent 80e2097 commit 7652fd5

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/e2e-test-train-api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
pytest -s sdk/python/test/e2e-fine-tune-llm/test_e2e_pytorch_fine_tune_llm.py --log-cli-level=debug
5959
env:
6060
STORAGE_INITIALIZER_IMAGE: kubeflowtraining/storage-initializer:test
61-
TRAINER_TRANSFORMER_IMAGE_DEFAULT: kubeflowtraining/trainer:test
61+
TRAINER_TRANSFORMER_IMAGE: kubeflowtraining/trainer:test
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
peft==0.3.0
2-
datasets==2.15.0
2+
datasets==2.21.0
33
transformers==4.38.0
44
boto3==1.33.9
5-
huggingface_hub==0.23.4

sdk/python/kubeflow/trainer/Dockerfile.cpu

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ WORKDIR /app
88
COPY requirements.txt /app/requirements.txt
99

1010
# Install any needed packages specified in requirements.txt
11-
RUN pip install --no-cache-dir torch==2.5.1
1211
RUN pip install --no-cache-dir -r requirements.txt
1312

1413
# Copy the Python package and its source code into the container
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
peft==0.3.0
2-
datasets==2.15.0
2+
datasets==2.21.0
33
transformers==4.38.0
44
accelerate==0.28.0

0 commit comments

Comments
 (0)