regisss HF staff commited on
Commit
5b0978f
1 Parent(s): f303997

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -13,11 +13,9 @@ 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_habana_mixed_precision`: whether to use Habana Mixed Precision (HMP)
17
- - `hmp_opt_level`: optimization level for HMP, see [here](https://docs.habana.ai/en/latest/PyTorch/PyTorch_Mixed_Precision/PT_Mixed_Precision.html#configuration-options) for a detailed explanation
18
  - `hmp_bf16_ops`: list of operators that should run in bf16
19
  - `hmp_fp32_ops`: list of operators that should run in fp32
20
- - `hmp_is_verbose`: verbosity
21
 
22
  ## Usage
23
 
 
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
 
20
  ## Usage
21