calcuis commited on
Commit
c4b6bf4
·
verified ·
1 Parent(s): 3d3bef9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +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 model from 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)**
 
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 model from checkpoint itself a lot
12
+ - umt5_base tokenizer has problem, before it was resolved, take the encoder inside safetensors checkpoint instead recently
13
  - dry running
14
 
15
  ### **setup (once)**