Skip to content

Commit

Permalink
Uninstall torchvision and torchaudio for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 15, 2024
1 parent cbf021d commit 0cb9fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pypi_upload: ${PACKAGE_DIST} ${PACKAGE_WHEEL}

# Tests
test_installs:
python -m pip uninstall torchvision torchaudio
python -m pip install -r requirements.txt
python -m pip install .[tests]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
loguru == 0.6.0
transformers == 4.39.3
torch ~= 2.2.0
torch ~= 2.2.0 --index-url https://download.pytorch.org/whl/cpu
torch-xla[tpu] ~= 2.2.0 -f https://storage.googleapis.com/libtpu-releases/index.html

0 comments on commit 0cb9fda

Please sign in to comment.