Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
python-multipart
|
2 |
fastapi
|
3 |
pydantic
|
4 |
uvicorn
|
5 |
requests
|
6 |
python-dotenv
|
7 |
ctransformers
|
8 |
-
transformers
|
9 |
peft
|
10 |
torch
|
11 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
pydantic
|
3 |
uvicorn
|
4 |
requests
|
5 |
python-dotenv
|
6 |
ctransformers
|
|
|
7 |
peft
|
8 |
torch
|
9 |
+
streamlit
|
10 |
+
transformers==4.30.0
|
11 |
+
accelerate==0.27.0
|
12 |
+
bitsandbytes==0.43.1
|