Skip to content

Commit

Permalink
Let's try this way
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 15, 2024
1 parent 1195c8b commit 8dfae68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ pypi_upload: ${PACKAGE_DIST} ${PACKAGE_WHEEL}
# Tests
test_installs:
python -m pip uninstall -y torchvision torchaudio
python -m pip install -r requirements.txt
python -m pip install .[tests]

tests: test_installs
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 --index-url https://download.pytorch.org/whl/cpu
torch ~= 2.2.0
torch-xla[tpu] ~= 2.2.0 -f https://storage.googleapis.com/libtpu-releases/index.html

0 comments on commit 8dfae68

Please sign in to comment.