Skip to content

Commit 86f9eb7

Browse files
committed
Update TrustyAI
- Update TrustyAI to 0.6.1 (adds support for TMaRCo local models) - Add PyTorch, transformers, datasets and accelerate as TrustyAI notebook image dependencies
1 parent 7cdd43b commit 86f9eb7

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

jupyter/trustyai/ubi9-python-3.11/Pipfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +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"
17+
transformers = "~=4.36.2"
18+
datasets = "~=2.21.0"
19+
accelerate = "~=0.34.2"
20+
trustyai = "~=0.6.1"
1121
# Datascience and useful extensions
1222
boto3 = "~=1.34.50"
1323
kafka-python = "~=2.0.2"

jupyter/trustyai/ubi9-python-3.9/Pipfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +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"
17+
transformers = "~=4.36.2"
18+
datasets = "~=2.21.0"
19+
accelerate = "~=0.34.2"
20+
trustyai = "~=0.6.1"
1121
# Datascience and useful extensions
1222
boto3 = "~=1.34.50"
1323
kafka-python = "~=2.0.2"

0 commit comments

Comments
 (0)