Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ This model only contains the `GaudiConfig` file for running **Stable Diffusion v
|
|
13 |
**This model contains no model weights, only a GaudiConfig.**
|
14 |
|
15 |
This enables to specify:
|
16 |
-
- `use_torch_autocast`: whether to use
|
17 |
- `hmp_bf16_ops`: list of operators that should run in bf16
|
18 |
- `hmp_fp32_ops`: list of operators that should run in fp32
|
19 |
|
|
|
13 |
**This model contains no model weights, only a GaudiConfig.**
|
14 |
|
15 |
This enables to specify:
|
16 |
+
- `use_torch_autocast`: whether to use Torch Autocast for mixed precision
|
17 |
- `hmp_bf16_ops`: list of operators that should run in bf16
|
18 |
- `hmp_fp32_ops`: list of operators that should run in fp32
|
19 |
|