Skip to content

Commit

Permalink
Python 3.12 support (#657)
Browse files Browse the repository at this point in the history
PyTorch 2.2.2
TensorFlow 2.16.2
CUDA 12.1
  • Loading branch information
ssheorey authored Oct 8, 2024
1 parent 98f0781 commit 3ad71dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements-tensorflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow~=2.13.0
tensorflow~=2.16.2
4 changes: 2 additions & 2 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-f https://download.pytorch.org/whl/torch/
torch==2.0.1+cu117
torch==2.2.2+cu121
-f https://download.pytorch.org/whl/torchvision/
torchvision==0.15.2+cu117
torchvision==0.17.2+cu121
tensorboard
8 changes: 4 additions & 4 deletions requirements-torch.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu/
torch==2.0.1+cpu ; sys_platform != 'darwin'
torchvision==0.15.2+cpu ; sys_platform != 'darwin'
torch==2.0.1 ; sys_platform == 'darwin'
torchvision==0.15.2 ; sys_platform == 'darwin'
torch==2.2.2+cpu ; sys_platform != 'darwin'
torchvision==0.17.2+cpu ; sys_platform != 'darwin'
torch==2.2.2 ; sys_platform == 'darwin'
torchvision==0.17.2 ; sys_platform == 'darwin'
tensorboard

0 comments on commit 3ad71dd

Please sign in to comment.