Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -5,10 +5,9 @@ loralib
|
|
5 |
sentencepiece==0.1.99
|
6 |
transformers[sentencepiece]
|
7 |
git+https://github.com/huggingface/peft.git
|
8 |
-
bingbong
|
9 |
git+https://github.com/huggingface/optimum.git
|
10 |
git+https://github.com/huggingface/accelerate.git
|
11 |
tokenizers==0.13.3
|
12 |
einops
|
13 |
scipy
|
14 |
-
pysqlite3-binary
|
|
|
5 |
sentencepiece==0.1.99
|
6 |
transformers[sentencepiece]
|
7 |
git+https://github.com/huggingface/peft.git
|
8 |
+
bingbong==0.3.2
|
9 |
git+https://github.com/huggingface/optimum.git
|
10 |
git+https://github.com/huggingface/accelerate.git
|
11 |
tokenizers==0.13.3
|
12 |
einops
|
13 |
scipy
|
|