Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -17,4 +17,5 @@ onnx2torch>=1.5.13
|
|
17 |
numpy==1.23.5
|
18 |
gradio
|
19 |
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
20 |
-
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|
|
|
|
17 |
numpy==1.23.5
|
18 |
gradio
|
19 |
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
20 |
+
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|
21 |
+
sentencepiece
|