Update README.md
Browse files
README.md
CHANGED
@@ -13,12 +13,12 @@ This model contains just the `GaudiConfig` file for running the [roberta-base](h
|
|
13 |
|
14 |
This enables to specify:
|
15 |
- `use_habana_mixed_precision`: whether to use Habana Mixed Precision (HMP)
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
|
23 |
## Usage
|
24 |
|
|
|
13 |
|
14 |
This enables to specify:
|
15 |
- `use_habana_mixed_precision`: whether to use Habana Mixed Precision (HMP)
|
16 |
+
- `hmp_opt_level`: optimization level for HMP, see [here](https://docs.habana.ai/en/latest/PyTorch/PyTorch_User_Guide/PT_Mixed_Precision.html#configuration-options) for a detailed explanation
|
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 |
+
- `hmp_is_verbose`: verbosity
|
20 |
+
- `use_fused_adam`: whether to use Habana's custom AdamW implementation
|
21 |
+
- `use_fused_clip_norm`: whether to use Habana's fused gradient norm clipping operator
|
22 |
|
23 |
## Usage
|
24 |
|