Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
bitsandbytes==0.43.0
|
2 |
-
accelerate
|
3 |
torch
|
4 |
transformers
|
5 |
faiss-cpu
|
6 |
-
nltk
|
7 |
gradio
|
8 |
tqdm
|
9 |
argparse
|
|
|
1 |
bitsandbytes==0.43.0
|
2 |
+
accelerate==0.28.0
|
3 |
torch
|
4 |
transformers
|
5 |
faiss-cpu
|
|
|
6 |
gradio
|
7 |
tqdm
|
8 |
argparse
|