Skip to content

Commit

Permalink
Pin ao to 0.1 (#844)
Browse files Browse the repository at this point in the history
ao just made a release today where our default binaries on pypi are cuda binaries https://github.com/pytorch/ao/releases/tag/v0.2.0 which is breaking torchat ci

So short term fix is this PR which is to downgrade the ao version 
Longer term fix we will upload cpu only binaries on pytorch.org
  • Loading branch information
msaroufim authored May 21, 2024
1 parent 74f2750 commit 94fddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requires python >=3.10

# PyTorch ecosystem
torchao
torchao==0.1

# Hugging Face download
huggingface_hub
Expand Down

0 comments on commit 94fddb8

Please sign in to comment.