Skip to content

Commit

Permalink
Upgrade deps to use latest version of AutoAWQ, closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Nov 19, 2024
1 parent 7355bcc commit 1ae0ad7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Current version of AutoAWQ requires torch==2.4.1
autoawq; platform_machine == "x86_64" or platform_machine == "AMD64"
torch==2.4.1; platform_machine == "x86_64" or platform_machine == "AMD64"
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"

# Base requirements
matplotlib
Expand Down

0 comments on commit 1ae0ad7

Please sign in to comment.