Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu118
|
|
| 3 |
omegaconf
|
| 4 |
einops
|
| 5 |
numpy<2
|
| 6 |
-
transformers
|
| 7 |
sentencepiece
|
| 8 |
tqdm
|
| 9 |
tensorboard
|
|
|
|
| 3 |
omegaconf
|
| 4 |
einops
|
| 5 |
numpy<2
|
| 6 |
+
git+https://github.com/KingNish24/transformers.git@yue-patch
|
| 7 |
sentencepiece
|
| 8 |
tqdm
|
| 9 |
tensorboard
|