Text-to-Speech
GGUF
Inference Endpoints
edwko commited on
Commit
99b4851
1 Parent(s): 7be995f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -172,7 +172,7 @@ model_config = outetts.GGUFModelConfig_v1(
172
  interface = outetts.InterfaceGGUF(model_version="0.2", cfg=model_config)
173
  ```
174
 
175
- # Configure the model with bfloat16 and flash attention
176
 
177
  ```python
178
  import outetts
 
172
  interface = outetts.InterfaceGGUF(model_version="0.2", cfg=model_config)
173
  ```
174
 
175
+ ## Configure the model with bfloat16 and flash attention
176
 
177
  ```python
178
  import outetts