Skip to content

Commit

Permalink
fix: pytorch version change
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Nov 14, 2024
1 parent 21fb3f9 commit 67b9f15
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 @@ -141,15 +141,15 @@ jax_gpu =

# PyTorch CPU
pytorch_cpu =
torch==2.5.0
torchvision==0.20.0
torch==2.5.1
torchvision==0.20.1

# PyTorch GPU
# Note: omit the cuda suffix and installing from the appropriate
# wheel will result in using locally installed CUDA.
pytorch_gpu =
torch==2.5.0
torchvision==0.20.0
torch==2.5.1
torchvision==0.20.1


###############################################################################
Expand Down

0 comments on commit 67b9f15

Please sign in to comment.