Tonic commited on
Commit
d6e0c8d
1 Parent(s): f20100e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  sentencepiece
2
  einops
3
- transformers
4
- torch --find-links https://download.pytorch.org/whl/cu118
5
- torchvision --find-links https://download.pytorch.org/whl/cu118
6
- torchaudio --find-links https://download.pytorch.org/whl/cu118
7
- accelerate --find-links https://download.pytorch.org/whl/cu118
 
1
  sentencepiece
2
  einops
3
+ --extra-index-url https://download.pytorch.org/whl/cu113
4
+ torch
5
+ accelerate
6
+ transformers