Remove deprecated kwargs
Browse files- ipu_config.json +0 -2
ipu_config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
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",
|
7 |
"gradient_accumulation_steps": 16,
|
@@ -23,5 +22,4 @@
|
|
23 |
"replicated_tensor_sharding": true,
|
24 |
"replication_factor": 4,
|
25 |
"seed": 1984,
|
26 |
-
"use_popdist": false
|
27 |
}
|
|
|
1 |
{
|
2 |
"device_iterations": 1,
|
3 |
"embedding_serialization_factor": 1,
|
|
|
4 |
"enable_half_partials": true,
|
5 |
"executable_cache_dir": "./exe_cache",
|
6 |
"gradient_accumulation_steps": 16,
|
|
|
22 |
"replicated_tensor_sharding": true,
|
23 |
"replication_factor": 4,
|
24 |
"seed": 1984,
|
|
|
25 |
}
|