Skip to content

Commit

Permalink
Updated the dependencies.
Browse files Browse the repository at this point in the history
Updated the dependencies to follow instructions on
https://pytorch.org/get-started/locally/
  • Loading branch information
Lyaaaaaaaaaaaaaaa committed Apr 10, 2023
1 parent d7042be commit 6f0821e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion conda_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ dependencies:
- websockets=10.4
- transformers=4.27
- sentencepiece
- accelerate
- accelerate
- torchvision
- torchaudio
- cpuonly
8 changes: 5 additions & 3 deletions conda_config_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: aidventure
channels:
- conda-forge
- pytorch
- nvidia
dependencies:
- pip
- python=3.9.7
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=11.8
- websockets=10.4
- transformers=4.27
- sentencepiece
- accelerate
- torchvision
- cudatoolkit
- accelerate

0 comments on commit 6f0821e

Please sign in to comment.