We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83ccdb5 + 16efc38 commit d4183a4Copy full SHA for d4183a4
jupyter/trustyai/ubi9-python-3.11/Pipfile
@@ -3,12 +3,21 @@ url = "https://pypi.org/simple"
3
verify_ssl = true
4
name = "pypi"
5
6
+[[source]]
7
+url = "https://download.pytorch.org/whl/cu121"
8
+verify_ssl = true
9
+name = "pytorch"
10
+
11
[dev-packages]
12
13
[packages]
14
+# PyTorch packages
15
+torch = {version = "~=2.2.1", index = "pytorch"}
16
# TrustyAI packages
-trustyai = ">=0.6.0"
-
17
+transformers = "~=4.36.2"
18
+datasets = "~=2.21.0"
19
+accelerate = "~=0.34.2"
20
+trustyai = "~=0.6.1"
21
# Datascience and useful extensions
22
boto3 = "~=1.35.14"
23
kafka-python = "~=2.0.2"
0 commit comments