Update requirements.txt
Browse filesRemoved the below line of code as getting build error
git+https://github.com/huggingface/transformers
- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
torch
|
2 |
-
git+https://github.com/huggingface/transformers
|
3 |
git+https://github.com/hollance/transformers.git@6900e8ba6532162a8613d2270ec2286c3f58f57b
|
4 |
datasets
|
5 |
sentencepiece
|
|
|
1 |
torch
|
|
|
2 |
git+https://github.com/hollance/transformers.git@6900e8ba6532162a8613d2270ec2286c3f58f57b
|
3 |
datasets
|
4 |
sentencepiece
|