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