Commit
•
3e6f94f
1
Parent(s):
dafa7e3
use dynamic shapes (#2)
Browse files- use dynamic shapes (9b97d6d6c20c8df5cb1449b5294c227a491721d6)
Co-authored-by: Shiv Kaul <skaulintel@users.noreply.huggingface.co>
- gaudi_config.json +2 -1
gaudi_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"use_torch_autocast": true,
|
3 |
"use_fused_adam": true,
|
4 |
-
"use_fused_clip_norm": true
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"use_torch_autocast": true,
|
3 |
"use_fused_adam": true,
|
4 |
+
"use_fused_clip_norm": true,
|
5 |
+
"use_dynamics_shapes": true
|
6 |
}
|