Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ tags:
|
|
9 |
## gguf quantized ace-step-v1-3.5b
|
10 |
- base model from [ace-step](https://huggingface.co/ACE-Step)
|
11 |
- as need to keep some key tensors (in f32 status) to make it works; file size might not decrease that much; but load faster than the checkpoint itself a lot
|
|
|
12 |
- dry running
|
13 |
|
14 |
### **setup (once)**
|
|
|
9 |
## gguf quantized ace-step-v1-3.5b
|
10 |
- base model from [ace-step](https://huggingface.co/ACE-Step)
|
11 |
- as need to keep some key tensors (in f32 status) to make it works; file size might not decrease that much; but load faster than the checkpoint itself a lot
|
12 |
+
- umt5_base tokenizer has problem from the upper level code; should wait for the code update; for the time being, take the encoder inside safetensors checkpoint instead
|
13 |
- dry running
|
14 |
|
15 |
### **setup (once)**
|