Skip to content

Commit d4183a4

Browse files
Merge pull request #697 from ruivieira/RHOAIENG-12195-trustyai
RHOAIENG-12195: Update TrustyAI dependencies
2 parents 83ccdb5 + 16efc38 commit d4183a4

File tree

4 files changed

+2738
-1307
lines changed

4 files changed

+2738
-1307
lines changed

jupyter/trustyai/ubi9-python-3.11/Pipfile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,21 @@ url = "https://pypi.org/simple"
33
verify_ssl = true
44
name = "pypi"
55

6+
[[source]]
7+
url = "https://download.pytorch.org/whl/cu121"
8+
verify_ssl = true
9+
name = "pytorch"
10+
611
[dev-packages]
712

813
[packages]
14+
# PyTorch packages
15+
torch = {version = "~=2.2.1", index = "pytorch"}
916
# TrustyAI packages
10-
trustyai = ">=0.6.0"
11-
17+
transformers = "~=4.36.2"
18+
datasets = "~=2.21.0"
19+
accelerate = "~=0.34.2"
20+
trustyai = "~=0.6.1"
1221
# Datascience and useful extensions
1322
boto3 = "~=1.35.14"
1423
kafka-python = "~=2.0.2"

0 commit comments

Comments
 (0)