Skip to content

Commit 1ae0ad7

Browse files
committed
Upgrade deps to use latest version of AutoAWQ, closes #19
1 parent 7355bcc commit 1ae0ad7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
# Only install AutoAWQ with x86-64
2+
autoawq[kernels]; platform_machine == "x86_64" or platform_machine == "AMD64"
53

64
# Base requirements
75
matplotlib

0 commit comments

Comments
 (0)