Update README.md
Browse files
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 |
-
|
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
|