Add Type
Browse files- unet/config.json +1 -0
unet/config.json
CHANGED
|
@@ -80,6 +80,7 @@
|
|
| 80 |
"moe_layers": "all",
|
| 81 |
"num_experts": 4,
|
| 82 |
"num_experts_per_tok": 2,
|
|
|
|
| 83 |
"up_idx_end": 4,
|
| 84 |
"up_idx_start": 1
|
| 85 |
},
|
|
|
|
| 80 |
"moe_layers": "all",
|
| 81 |
"num_experts": 4,
|
| 82 |
"num_experts_per_tok": 2,
|
| 83 |
+
"type": "sd",
|
| 84 |
"up_idx_end": 4,
|
| 85 |
"up_idx_start": 1
|
| 86 |
},
|