We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61e83d commit acd6f3cCopy full SHA for acd6f3c
requirements.txt
@@ -6,7 +6,8 @@ tf2onnx
6
7
# Torch.
8
--extra-index-url https://download.pytorch.org/whl/cpu
9
-torch==2.6.0+cpu
+torch==2.6.0+cpu;sys_platform != 'darwin'
10
+torch==2.6.0;sys_platform == 'darwin'
11
torch-xla==2.6.0;sys_platform != 'darwin'
12
13
# Jax.
0 commit comments