Skip to content

Commit

Permalink
Bump torch from 2.1.2 to 2.2.2+cu118
Browse files Browse the repository at this point in the history
Bumps torch from 2.1.2 to 2.2.2+cu118.

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 87f6ea9 commit c83221b
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.2+cu118
torch==2.2.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.2+cu118
torch==2.2.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.2
torch==2.2.2+cu118
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.2
torch==2.2.2+cu118
torchvision
torchaudio
torchtext==0.6.0
Expand Down

0 comments on commit c83221b

Please sign in to comment.