Commit
•
8601153
1
Parent(s):
afabfe0
use dynamic shapes (#4)
Browse files- use dynamic shapes (0e21cf1da40b69dd4ca5fdf4ecc86312a7762731)
Co-authored-by: Shiv Kaul <[email protected]>
- 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_dynamic_shapes": true
|
6 |
}
|