mmwillet2 commited on
Commit
cacc722
·
verified ·
1 Parent(s): ddd3457

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,8 +7,8 @@ The purpose of this repository is to store various [TTS.cpp](https://github.com/
7
 
8
  ### Model Types
9
 
10
- Currently the one model file `Dia.gguf` is a non-quantized 32 bit floating point representation.
11
 
12
- ## Kokoro
13
 
14
  This page only contains the GGUF encoded model files of the original Dia model. For the original model please see the repository [here](https://github.com/nari-labs/dia).
 
7
 
8
  ### Model Types
9
 
10
+ Currently the model is supported with 4-bit, 5-bit, 8-bit, F16bit and F32bit quantization / precision and all modes are supported with F16 and F32 bit precision DAC. `Dia.gguf` is the non-quantized 32 bit floating point version, `Dia_Q4.gguf`, `Dia_Q5.gguf`, `Dia_Q8.gguf` and `Dia_F16.gguf` are the 4bit, 5bit, 8bit and 16bit quantized versions respectively, and all versions with the prefix `_DAC_F16.gguf` are encoded with a 16bit version of the DAC audio encoder.
11
 
12
+ ## Dia
13
 
14
  This page only contains the GGUF encoded model files of the original Dia model. For the original model please see the repository [here](https://github.com/nari-labs/dia).