Synchronizing local compiler cache.
Browse files- neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/text_encoder/model.neuron +1 -1
- neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/unet/config.json +23 -23
- neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/unet/model.neuron +1 -1
- neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_decoder/config.json +2 -2
- neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_decoder/model.neuron +1 -1
- neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_encoder/config.json +2 -2
- neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_encoder/model.neuron +1 -1
neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1381480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd687a1a174b99efc11e1b8182209613d2d189ac9e837e240c09d2e15d3a0c0f
|
3 |
size 1381480
|
neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/unet/config.json
CHANGED
@@ -4,37 +4,37 @@
|
|
4 |
"_diffusers_version": "0.26.3",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/unet",
|
6 |
"_use_default_values": [
|
7 |
-
"transformer_layers_per_block",
|
8 |
-
"addition_embed_type_num_heads",
|
9 |
-
"class_embeddings_concat",
|
10 |
"cross_attention_norm",
|
11 |
-
"class_embed_type",
|
12 |
-
"resnet_time_scale_shift",
|
13 |
-
"attention_type",
|
14 |
-
"reverse_transformer_layers_per_block",
|
15 |
-
"upcast_attention",
|
16 |
-
"encoder_hid_dim",
|
17 |
"resnet_out_scale_factor",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"num_class_embeds",
|
19 |
-
"
|
|
|
20 |
"mid_block_type",
|
21 |
-
"
|
|
|
|
|
22 |
"timestep_post_act",
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
|
|
26 |
"conv_out_kernel",
|
27 |
-
"
|
28 |
-
"dual_cross_attention",
|
29 |
"time_cond_proj_dim",
|
|
|
|
|
|
|
|
|
30 |
"projection_class_embeddings_input_dim",
|
31 |
-
"
|
32 |
-
"mid_block_only_cross_attention",
|
33 |
-
"encoder_hid_dim_type",
|
34 |
-
"time_embedding_dim",
|
35 |
-
"conv_in_kernel",
|
36 |
-
"addition_embed_type",
|
37 |
-
"time_embedding_type"
|
38 |
],
|
39 |
"act_fn": "silu",
|
40 |
"addition_embed_type": null,
|
|
|
4 |
"_diffusers_version": "0.26.3",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/unet",
|
6 |
"_use_default_values": [
|
|
|
|
|
|
|
7 |
"cross_attention_norm",
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"resnet_out_scale_factor",
|
9 |
+
"time_embedding_type",
|
10 |
+
"attention_type",
|
11 |
+
"conv_in_kernel",
|
12 |
+
"encoder_hid_dim_type",
|
13 |
+
"addition_embed_type_num_heads",
|
14 |
+
"resnet_time_scale_shift",
|
15 |
+
"use_linear_projection",
|
16 |
+
"addition_embed_type",
|
17 |
"num_class_embeds",
|
18 |
+
"class_embed_type",
|
19 |
+
"dropout",
|
20 |
"mid_block_type",
|
21 |
+
"encoder_hid_dim",
|
22 |
+
"time_embedding_act_fn",
|
23 |
+
"mid_block_only_cross_attention",
|
24 |
"timestep_post_act",
|
25 |
+
"resnet_skip_time_act",
|
26 |
+
"transformer_layers_per_block",
|
27 |
+
"upcast_attention",
|
28 |
+
"time_embedding_dim",
|
29 |
"conv_out_kernel",
|
30 |
+
"addition_time_embed_dim",
|
|
|
31 |
"time_cond_proj_dim",
|
32 |
+
"num_attention_heads",
|
33 |
+
"dual_cross_attention",
|
34 |
+
"class_embeddings_concat",
|
35 |
+
"reverse_transformer_layers_per_block",
|
36 |
"projection_class_embeddings_input_dim",
|
37 |
+
"only_cross_attention"
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
],
|
39 |
"act_fn": "silu",
|
40 |
"addition_embed_type": null,
|
neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9006778
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a977b024b747a6ab5759bcd0596dec22948916cfd285ce2ddf9687ded179b68
|
3 |
size 9006778
|
neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_decoder/config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
"_diffusers_version": "0.26.3",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"
|
8 |
-
"
|
9 |
],
|
10 |
"act_fn": "silu",
|
11 |
"block_out_channels": [
|
|
|
4 |
"_diffusers_version": "0.26.3",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
+
"scaling_factor",
|
8 |
+
"force_upcast"
|
9 |
],
|
10 |
"act_fn": "silu",
|
11 |
"block_out_channels": [
|
neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2938708
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71792a2715ba995f5a1896b023221c91ced8e882f7991e0fed0760e8a5048aec
|
3 |
size 2938708
|
neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_encoder/config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
"_diffusers_version": "0.26.3",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"
|
8 |
-
"
|
9 |
],
|
10 |
"act_fn": "silu",
|
11 |
"block_out_channels": [
|
|
|
4 |
"_diffusers_version": "0.26.3",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
+
"scaling_factor",
|
8 |
+
"force_upcast"
|
9 |
],
|
10 |
"act_fn": "silu",
|
11 |
"block_out_channels": [
|
neuronxcc-2.12.68.0+4480452af/MODULE_89005cf6fe5f610289da/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2223190
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa3b2234a8f5a053a772989a5eae5c6610304aae6da3f8f4c35461341b423457
|
3 |
size 2223190
|