Remove deprecated kwargs
Browse files- ipu_config.json +0 -2
ipu_config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"device_iterations": 2,
|
| 3 |
"embedding_serialization_factor": 5,
|
| 4 |
-
"enable_half_first_order_momentum": true,
|
| 5 |
"enable_half_partials": true,
|
| 6 |
"executable_cache_dir": "./exe_cache",
|
| 7 |
"gradient_accumulation_steps": 256,
|
|
@@ -27,5 +26,4 @@
|
|
| 27 |
"replicated_tensor_sharding": true,
|
| 28 |
"replication_factor": 2,
|
| 29 |
"seed": 42,
|
| 30 |
-
"use_popdist": false
|
| 31 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"device_iterations": 2,
|
| 3 |
"embedding_serialization_factor": 5,
|
|
|
|
| 4 |
"enable_half_partials": true,
|
| 5 |
"executable_cache_dir": "./exe_cache",
|
| 6 |
"gradient_accumulation_steps": 256,
|
|
|
|
| 26 |
"replicated_tensor_sharding": true,
|
| 27 |
"replication_factor": 2,
|
| 28 |
"seed": 42,
|
|
|
|
| 29 |
}
|