File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 58
58
pytest -s sdk/python/test/e2e-fine-tune-llm/test_e2e_pytorch_fine_tune_llm.py --log-cli-level=debug
59
59
env :
60
60
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 number Diff line number Diff line change 1
1
peft == 0.3.0
2
- datasets == 2.15 .0
2
+ datasets == 2.21 .0
3
3
transformers == 4.38.0
4
4
boto3 == 1.33.9
5
- huggingface_hub == 0.23.4
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ WORKDIR /app
8
8
COPY requirements.txt /app/requirements.txt
9
9
10
10
# Install any needed packages specified in requirements.txt
11
- RUN pip install --no-cache-dir torch==2.5.1
12
11
RUN pip install --no-cache-dir -r requirements.txt
13
12
14
13
# Copy the Python package and its source code into the container
Original file line number Diff line number Diff line change 1
1
peft == 0.3.0
2
- datasets == 2.15 .0
2
+ datasets == 2.21 .0
3
3
transformers == 4.38.0
4
4
accelerate == 0.28.0
You can’t perform that action at this time.
0 commit comments