mwizakunda
commited on
Commit
•
611fdbd
1
Parent(s):
0c6a5fb
Fix: embedding serialization factor >= 1
Browse files- ipu_config.json +1 -1
ipu_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"device_iterations": 1,
|
3 |
-
"embedding_serialization_factor":
|
4 |
"enable_half_first_order_momentum": true,
|
5 |
"enable_half_partials": true,
|
6 |
"executable_cache_dir": "./exe_cache",
|
|
|
1 |
{
|
2 |
"device_iterations": 1,
|
3 |
+
"embedding_serialization_factor": 1,
|
4 |
"enable_half_first_order_momentum": true,
|
5 |
"enable_half_partials": true,
|
6 |
"executable_cache_dir": "./exe_cache",
|