Skip to content

Commit

Permalink
upgrade torch and torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 7, 2023
1 parent b8afd87 commit 5009ea4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ jax_gpu =

# PyTorch CPU
pytorch_cpu =
torch==2.0.1
torchvision==0.15.2
torch==2.1.0
torchvision=0.16.0

# PyTorch GPU
pytorch_gpu =
torch==2.0.1+cu118
torchvision==0.15.2+cu118
torch==2.1.0+cu118
torchvision==0.16.0+cu118

# wandb
wandb =
Expand Down

0 comments on commit 5009ea4

Please sign in to comment.