Skip to content

Commit

Permalink
Merge pull request #697 from ruivieira/RHOAIENG-12195-trustyai
Browse files Browse the repository at this point in the history
RHOAIENG-12195: Update TrustyAI dependencies
  • Loading branch information
openshift-merge-bot[bot] authored Sep 18, 2024
2 parents 83ccdb5 + 16efc38 commit d4183a4
Show file tree
Hide file tree
Showing 4 changed files with 2,738 additions and 1,307 deletions.
13 changes: 11 additions & 2 deletions jupyter/trustyai/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +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.35.14"
kafka-python = "~=2.0.2"
Expand Down
Loading

0 comments on commit d4183a4

Please sign in to comment.