Skip to content

Commit

Permalink
Rebuild Docker images for txtai 7.5, closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Oct 14, 2024
1 parent 112aae1 commit 9fe8ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Current version of AutoAWQ requires torch==2.3.1
autoawq; platform_machine == "x86_64" or platform_machine == "AMD64"
torch==2.3.1; platform_machine == "x86_64" or platform_machine == "AMD64"
torchvision==0.18.1; 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"

# Base requirements
matplotlib
Expand Down

0 comments on commit 9fe8ce7

Please sign in to comment.