We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7355bcc commit 1ae0ad7Copy full SHA for 1ae0ad7
requirements.txt
@@ -1,7 +1,5 @@
1
-# Current version of AutoAWQ requires torch==2.4.1
2
-autoawq; platform_machine == "x86_64" or platform_machine == "AMD64"
3
-torch==2.4.1; platform_machine == "x86_64" or platform_machine == "AMD64"
4
-torchvision==0.19.1; platform_machine == "x86_64" or platform_machine == "AMD64"
+# Only install AutoAWQ with x86-64
+autoawq[kernels]; platform_machine == "x86_64" or platform_machine == "AMD64"
5
6
# Base requirements
7
matplotlib
0 commit comments