Skip to content

Commit

Permalink
upgrade requirements.txt deps to torch 2.5.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705951489
  • Loading branch information
chunnienc authored and copybara-github committed Dec 13, 2024
1 parent 3823b9e commit 7074ae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-f https://download.pytorch.org/whl/torch/
torch==2.4.0+cpu
torch==2.5.1+cpu
-f https://download.pytorch.org/whl/torchvision/
torchvision==0.19.0+cpu
torchvision==0.20.1+cpu
-f https://download.pytorch.org/whl/torchaudio/
torchaudio==2.4.0+cpu
torchaudio==2.5.1+cpu
--pre
tf-nightly>=2.19.0.dev20241201
ai-edge-litert-nightly
Expand Down

0 comments on commit 7074ae7

Please sign in to comment.