Skip to content

Commit

Permalink
Bump torch from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hukasx0 committed Jan 14, 2024
1 parent 9a90976 commit f65acfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aichar
tqdm
argparse
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.1.1+cu118
torch==2.1.2+cu118
torchaudio
torchvision
torchtext==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-webui-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ einops
wcwidth
tqdm
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.1.1+cu118
torch==2.1.2+cu118
torchaudio
torchvision
torchtext==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-webui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trampoline
einops
wcwidth
tqdm
torch==2.1.1
torch==2.1.2
torchvision
torchaudio
torchtext==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aichar
tqdm
torch==2.1.1
torch==2.1.2
torchvision
torchaudio
torchtext==0.6.0
Expand Down

0 comments on commit f65acfc

Please sign in to comment.