Upload vae_decoder/config.json with huggingface_hub
Browse files- vae_decoder/config.json +5 -3
vae_decoder/config.json
CHANGED
|
@@ -23,15 +23,17 @@
|
|
| 23 |
"layers_per_block": 2,
|
| 24 |
"mid_block_add_attention": true,
|
| 25 |
"neuron": {
|
| 26 |
-
"auto_cast":
|
| 27 |
-
"auto_cast_type":
|
| 28 |
"compiler_type": "neuronx-cc",
|
| 29 |
"compiler_version": "2.19.8089.0+8ab9f450",
|
| 30 |
"dynamic_batch_size": false,
|
| 31 |
-
"
|
|
|
|
| 32 |
"input_names": [
|
| 33 |
"latent_sample"
|
| 34 |
],
|
|
|
|
| 35 |
"model_type": "vae-decoder",
|
| 36 |
"optlevel": "2",
|
| 37 |
"output_attentions": false,
|
|
|
|
| 23 |
"layers_per_block": 2,
|
| 24 |
"mid_block_add_attention": true,
|
| 25 |
"neuron": {
|
| 26 |
+
"auto_cast": "none",
|
| 27 |
+
"auto_cast_type": "bf16",
|
| 28 |
"compiler_type": "neuronx-cc",
|
| 29 |
"compiler_version": "2.19.8089.0+8ab9f450",
|
| 30 |
"dynamic_batch_size": false,
|
| 31 |
+
"float_dtype": "bf16",
|
| 32 |
+
"inline_weights_to_neff": true,
|
| 33 |
"input_names": [
|
| 34 |
"latent_sample"
|
| 35 |
],
|
| 36 |
+
"int_dtype": "int64",
|
| 37 |
"model_type": "vae-decoder",
|
| 38 |
"optlevel": "2",
|
| 39 |
"output_attentions": false,
|