Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
huggingface_hub
|
2 |
-
|
|
|
3 |
torch==1.13.1
|
4 |
transformers
|
5 |
pytorch_lightning
|
|
|
1 |
huggingface_hub
|
2 |
+
setuptools_rust
|
3 |
+
git+https://github.com/huggingface/safetensors@forcing_alignment#egg=safetensors&subdirectory=bindings/python
|
4 |
torch==1.13.1
|
5 |
transformers
|
6 |
pytorch_lightning
|