Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
pip -q install git+https://github.com/huggingface/transformers # need to install from github
|
2 |
+
pip install -q datasets loralib sentencepiece
|
3 |
+
pip -q install bitsandbytes accelerate xformers einops
|