Spaces:
Running
Running
Commit
Β·
1679110
1
Parent(s):
b5d3e2e
setting bitsandbytes 0.41.0
Browse files- README.md +1 -2
- requirements.txt +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Emotion LLaMA
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,7 +8,6 @@ sdk_version: 4.36.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
-
python_version: 3.8.19
|
12 |
---
|
13 |
2024-06-12
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Emotion LLaMA
|
3 |
+
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
11 |
---
|
12 |
2024-06-12
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
gradio==3.47.1
|
3 |
gradio_client==0.6.0
|
4 |
decorator==4.4.2
|
@@ -12,7 +11,8 @@ soundfile==0.12.1
|
|
12 |
wandb==0.16.0
|
13 |
webdataset==0.2.48
|
14 |
accelerate==0.24.1
|
15 |
-
bitsandbytes
|
|
|
16 |
huggingface_hub
|
17 |
torch==2.0.0
|
18 |
torchvision==0.15.1
|
|
|
|
|
1 |
gradio==3.47.1
|
2 |
gradio_client==0.6.0
|
3 |
decorator==4.4.2
|
|
|
11 |
wandb==0.16.0
|
12 |
webdataset==0.2.48
|
13 |
accelerate==0.24.1
|
14 |
+
bitsandbytes==0.41.0
|
15 |
+
scipy
|
16 |
huggingface_hub
|
17 |
torch==2.0.0
|
18 |
torchvision==0.15.1
|