Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,7 @@ tags:
|
|
4 |
- ggml
|
5 |
- bark.cpp
|
6 |
- quantized
|
7 |
-
- 8-bit
|
8 |
- 16-bit
|
9 |
-
- 32-bit
|
10 |
base_model: suno/bark
|
11 |
quantized_by: Green-Sky
|
12 |
---
|
@@ -15,8 +13,6 @@ quantized_by: Green-Sky
|
|
15 |
|
16 |
This is the large variant https://huggingface.co/suno/bark
|
17 |
|
18 |
-
done using bark.cpp commit [
|
19 |
|
20 |
-
I only uploaded
|
21 |
-
|
22 |
-
Don't use the f32 version of encodec, it does not work with bark right now.
|
|
|
4 |
- ggml
|
5 |
- bark.cpp
|
6 |
- quantized
|
|
|
7 |
- 16-bit
|
|
|
8 |
base_model: suno/bark
|
9 |
quantized_by: Green-Sky
|
10 |
---
|
|
|
13 |
|
14 |
This is the large variant https://huggingface.co/suno/bark
|
15 |
|
16 |
+
done using bark.cpp commit [964467c](https://github.com/PABannier/bark.cpp/commit/964467c9f752805a6f3777f1cc9bc7a665e79208)
|
17 |
|
18 |
+
I only uploaded f16, since f32 and other quantized models currently dont work.
|
|
|
|