Skip to content

Commit

Permalink
[ENV] update torch version (security)
Browse files Browse the repository at this point in the history
  • Loading branch information
markkua committed Aug 20, 2024
1 parent a4187ae commit 518ab83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- matplotlib>=3.8.2
- scipy>=1.11.4
- python=3.10.12
- pytorch=2.0.1
- pytorch=2.2.1
- pytorch-cuda=11.7
- torchvision=0.15.2
- pip:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ accelerate>=0.22.0
diffusers>=0.25.0
matplotlib
scipy
torch==2.0.1
torch==2.2.0
torchvision==0.15.2
transformers>=4.32.1

0 comments on commit 518ab83

Please sign in to comment.