skaulintel
commited on
Commit
·
f521f0a
1
Parent(s):
afabfe0
update to use dynamic shapes
Browse files- gaudi_config.json +1 -0
gaudi_config.json
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
"use_torch_autocast": true,
|
3 |
"use_fused_adam": true,
|
4 |
"use_fused_clip_norm": true
|
|
|
5 |
}
|
|
|
2 |
"use_torch_autocast": true,
|
3 |
"use_fused_adam": true,
|
4 |
"use_fused_clip_norm": true
|
5 |
+
"use_dynamic_shapes": true
|
6 |
}
|