We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf870cd commit 0aa76e7Copy full SHA for 0aa76e7
tests/requirements_pytorch
@@ -34,7 +34,8 @@ sentencepiece==0.2.0
34
soundfile==0.12.1
35
super-image==0.1.7; python_version < "3.12"
36
timm==1.0.8
37
-torchaudio==2.4.1
+torchaudio==2.4.1; platform_system != "Darwin" or platform_machine != "x86_64"
38
+torchaudio==2.2.2; platform_system == "Darwin" and platform_machine == "x86_64"
39
wheel==0.44.0
40
PyYAML==6.0.2
41
kornia==0.7.3
0 commit comments