add dynamic shapes = true for gpt2
#6
by
skaulintel
- opened
- gaudi_config.json +2 -1
gaudi_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"use_fused_adam": true,
|
3 |
"use_fused_clip_norm": true,
|
4 |
-
"use_torch_autocast": true
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"use_fused_adam": true,
|
3 |
"use_fused_clip_norm": true,
|
4 |
+
"use_torch_autocast": true,
|
5 |
+
"use_dynamic_shapes": true
|
6 |
}
|