Skip to content

Commit 2c57f41

Browse files
Update dependency torch
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 97f1712 commit 2c57f41

File tree

3 files changed

+86
-69
lines changed

3 files changed

+86
-69
lines changed

images/runtime/training/cuda/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ datasets = ">=2.15.0"
1010
transformers = ">=4.49.0"
1111
numpy = "<2.0.0,>=1.23.5"
1212
accelerate = ">=1.4.0"
13-
torch = "==2.4.1"
13+
torch = "==2.6.0"
1414
sentencepiece = "<0.3,>=0.1.99"
1515
tokenizers = "<1.0,>=0.13.3"
1616
tqdm = "<5.0,>=4.66.2"

images/runtime/training/cuda/Pipfile.lock

Lines changed: 84 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/runtime/training/rocm/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ datasets = ">=2.15.0"
1515
transformers = ">=4.49.0"
1616
numpy = "<2.0.0,>=1.23.5"
1717
accelerate = ">=1.4.0"
18-
torch = {version = "==2.4.1+rocm6.1", index = "pytorch"}
18+
torch = {version = "==2.6.0+xpu", index = "pytorch"}
1919
pytorch-triton-rocm = {version = "*", index = "pytorch"}
2020
sentencepiece = "<0.3,>=0.1.99"
2121
tokenizers = "<1.0,>=0.13.3"

0 commit comments

Comments
 (0)