Commit
·
16ed772
1
Parent(s):
5472e15
SDK 3.3. update
Browse files- ipu_config.json +3 -2
ipu_config.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
{
|
2 |
-
"layers_per_ipu": [0,
|
3 |
"inference_layers_per_ipu": [0, 8, 8, 0],
|
4 |
-
"embedding_serialization_factor":
|
|
|
5 |
"projection_serialization_factor": 4,
|
6 |
"matmul_proportion": 0.25,
|
7 |
"inference_matmul_proportion": 0.6,
|
|
|
1 |
{
|
2 |
+
"layers_per_ipu": [0, 8, 8, 0],
|
3 |
"inference_layers_per_ipu": [0, 8, 8, 0],
|
4 |
+
"embedding_serialization_factor": "null",
|
5 |
+
"serialized_embedding_splits_per_ipu": [4, 4, 0, 0],
|
6 |
"projection_serialization_factor": 4,
|
7 |
"matmul_proportion": 0.25,
|
8 |
"inference_matmul_proportion": 0.6,
|