olszd commited on
Commit
407981c
1 Parent(s): 561b46e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -15,6 +15,7 @@ This model only contains the `GaudiConfig` file for running the [GPT2](https://h
15
  This enables to specify:
16
  - `use_fused_adam`: whether to use Habana's custom AdamW implementation
17
  - `use_fused_clip_norm`: whether to use Habana's fused gradient norm clipping operator
 
18
 
19
  ## Usage
20
 
15
  This enables to specify:
16
  - `use_fused_adam`: whether to use Habana's custom AdamW implementation
17
  - `use_fused_clip_norm`: whether to use Habana's fused gradient norm clipping operator
18
+ - `use_torch_autocast`: whether to use PyTorch's autocast mixed precision
19
 
20
  ## Usage
21