Skip to content

Commit

Permalink
Update TrustyAI
Browse files Browse the repository at this point in the history
- Update TrustyAI to 0.6.1 (adds support for TMaRCo local models)
- Add PyTorch, transformers, datasets and accelerate as TrustyAI notebook image dependencies
  • Loading branch information
ruivieira committed Sep 9, 2024
1 parent 7cdd43b commit 86f9eb7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion jupyter/trustyai/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://download.pytorch.org/whl/cu121"
verify_ssl = true
name = "pytorch"

[dev-packages]

[packages]
# PyTorch packages
torch = {version = "~=2.2.1", index = "pytorch"}
# TrustyAI packages
trustyai = "~=0.6.0"
transformers = "~=4.36.2"
datasets = "~=2.21.0"
accelerate = "~=0.34.2"
trustyai = "~=0.6.1"
# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand Down
12 changes: 11 additions & 1 deletion jupyter/trustyai/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://download.pytorch.org/whl/cu121"
verify_ssl = true
name = "pytorch"

[dev-packages]

[packages]
# PyTorch packages
torch = {version = "~=2.2.1", index = "pytorch"}
# TrustyAI packages
trustyai = "~=0.6.0"
transformers = "~=4.36.2"
datasets = "~=2.21.0"
accelerate = "~=0.34.2"
trustyai = "~=0.6.1"
# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand Down

0 comments on commit 86f9eb7

Please sign in to comment.