Synchronizing local compiler cache.
Browse files- neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/text_encoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/unet/config.json +19 -19
- neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/unet/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_decoder/config.json +5 -5
- neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_decoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_encoder/config.json +5 -5
- neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_encoder/model.neuron +1 -1
neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/text_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1372305465
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83b53cb0ab9cc91c116384887636af6c94609ec89880bcbdc97903640caa7d63
|
| 3 |
size 1372305465
|
neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/unet/config.json
CHANGED
|
@@ -3,32 +3,32 @@
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_use_default_values": [
|
| 6 |
-
"conv_out_kernel",
|
| 7 |
"class_embeddings_concat",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"timestep_post_act",
|
| 9 |
-
"transformer_layers_per_block",
|
| 10 |
-
"resnet_skip_time_act",
|
| 11 |
-
"time_cond_proj_dim",
|
| 12 |
-
"resnet_time_scale_shift",
|
| 13 |
-
"cross_attention_norm",
|
| 14 |
"conv_in_kernel",
|
| 15 |
-
"addition_embed_type",
|
| 16 |
"resnet_out_scale_factor",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"attention_type",
|
|
|
|
| 18 |
"addition_time_embed_dim",
|
| 19 |
-
"time_embedding_dim",
|
| 20 |
-
"class_embed_type",
|
| 21 |
-
"encoder_hid_dim",
|
| 22 |
-
"projection_class_embeddings_input_dim",
|
| 23 |
-
"encoder_hid_dim_type",
|
| 24 |
-
"mid_block_only_cross_attention",
|
| 25 |
-
"addition_embed_type_num_heads",
|
| 26 |
-
"num_attention_heads",
|
| 27 |
"reverse_transformer_layers_per_block",
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"dropout"
|
| 32 |
],
|
| 33 |
"act_fn": "silu",
|
| 34 |
"addition_embed_type": null,
|
|
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_use_default_values": [
|
|
|
|
| 6 |
"class_embeddings_concat",
|
| 7 |
+
"addition_embed_type",
|
| 8 |
+
"mid_block_only_cross_attention",
|
| 9 |
+
"mid_block_type",
|
| 10 |
+
"class_embed_type",
|
| 11 |
+
"projection_class_embeddings_input_dim",
|
| 12 |
+
"time_embedding_dim",
|
| 13 |
+
"encoder_hid_dim",
|
| 14 |
"timestep_post_act",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"conv_in_kernel",
|
|
|
|
| 16 |
"resnet_out_scale_factor",
|
| 17 |
+
"dropout",
|
| 18 |
+
"time_embedding_act_fn",
|
| 19 |
+
"resnet_time_scale_shift",
|
| 20 |
+
"resnet_skip_time_act",
|
| 21 |
+
"num_attention_heads",
|
| 22 |
+
"encoder_hid_dim_type",
|
| 23 |
+
"transformer_layers_per_block",
|
| 24 |
+
"conv_out_kernel",
|
| 25 |
"attention_type",
|
| 26 |
+
"time_embedding_type",
|
| 27 |
"addition_time_embed_dim",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
"reverse_transformer_layers_per_block",
|
| 29 |
+
"time_cond_proj_dim",
|
| 30 |
+
"cross_attention_norm",
|
| 31 |
+
"addition_embed_type_num_heads"
|
|
|
|
| 32 |
],
|
| 33 |
"act_fn": "silu",
|
| 34 |
"addition_embed_type": null,
|
neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/unet/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3572109069
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3d84c257a117da92ee904d812faead592eb13d0be3fa66b6419a9933ff22475
|
| 3 |
size 3572109069
|
neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_decoder/config.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_use_default_values": [
|
| 6 |
-
"use_post_quant_conv",
|
| 7 |
"latents_mean",
|
| 8 |
-
"latents_std",
|
| 9 |
-
"shift_factor",
|
| 10 |
-
"mid_block_add_attention",
|
| 11 |
"scaling_factor",
|
|
|
|
| 12 |
"use_quant_conv",
|
| 13 |
-
"
|
|
|
|
|
|
|
|
|
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
|
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_use_default_values": [
|
|
|
|
| 6 |
"latents_mean",
|
|
|
|
|
|
|
|
|
|
| 7 |
"scaling_factor",
|
| 8 |
+
"shift_factor",
|
| 9 |
"use_quant_conv",
|
| 10 |
+
"mid_block_add_attention",
|
| 11 |
+
"force_upcast",
|
| 12 |
+
"latents_std",
|
| 13 |
+
"use_post_quant_conv"
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_decoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 367178901
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de01f9329d79dba386c90acf88b27b1d03899642df99275c6efc1683b9f3f07e
|
| 3 |
size 367178901
|
neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_encoder/config.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_use_default_values": [
|
| 6 |
-
"use_post_quant_conv",
|
| 7 |
"latents_mean",
|
| 8 |
-
"latents_std",
|
| 9 |
-
"shift_factor",
|
| 10 |
-
"mid_block_add_attention",
|
| 11 |
"scaling_factor",
|
|
|
|
| 12 |
"use_quant_conv",
|
| 13 |
-
"
|
|
|
|
|
|
|
|
|
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
|
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_use_default_values": [
|
|
|
|
| 6 |
"latents_mean",
|
|
|
|
|
|
|
|
|
|
| 7 |
"scaling_factor",
|
| 8 |
+
"shift_factor",
|
| 9 |
"use_quant_conv",
|
| 10 |
+
"mid_block_add_attention",
|
| 11 |
+
"force_upcast",
|
| 12 |
+
"latents_std",
|
| 13 |
+
"use_post_quant_conv"
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
neuronxcc-2.17.194.0+d312836f/MODULE_ee34e363190e7c6310a6/vae_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 225662483
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7b1d86dbc1f51a502fc4ffd02f9de38ca0250b8a173d532065c99645b25e611
|
| 3 |
size 225662483
|