Spaces:
Runtime error
Runtime error
Update
Browse files- README.md +2 -2
- requirements.txt +5 -5
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🐨
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
@@ -12,4 +12,4 @@ suggested_hardware: t4-small
|
|
12 |
short_description: LLM, chatbot
|
13 |
---
|
14 |
|
15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.25.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
12 |
short_description: LLM, chatbot
|
13 |
---
|
14 |
|
15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
accelerate==0.
|
2 |
-
bitsandbytes==0.
|
3 |
-
gradio==4.
|
4 |
scipy==1.12.0
|
5 |
sentencepiece==0.1.99
|
6 |
-
spaces==0.
|
7 |
torch==2.0.0
|
8 |
-
transformers==4.
|
|
|
1 |
+
accelerate==0.28.0
|
2 |
+
bitsandbytes==0.43.0
|
3 |
+
gradio==4.25.0
|
4 |
scipy==1.12.0
|
5 |
sentencepiece==0.1.99
|
6 |
+
spaces==0.25.0
|
7 |
torch==2.0.0
|
8 |
+
transformers==4.39.3
|