dacorvo HF Staff commited on
Commit
825c1ec
·
verified ·
1 Parent(s): 0c86cdc

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev0/stable-diffusion/stabilityai/sdxl-turbo/7c0a3faa643571c6da59.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/sdxl-turbo",
4
+ "_task": null,
5
+ "text_encoder": {
6
+ "architectures": [
7
+ "CLIPTextModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "dropout": 0.0,
11
+ "export_model_type": "clip-text-model",
12
+ "hidden_act": "quick_gelu",
13
+ "hidden_size": 768,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 77,
19
+ "model_type": "clip_text_model",
20
+ "neuron": {
21
+ "auto_cast": "matmul",
22
+ "auto_cast_type": "bf16",
23
+ "compiler_type": "neuronx-cc",
24
+ "compiler_version": "2.19.8089.0+8ab9f450",
25
+ "dynamic_batch_size": false,
26
+ "float_dtype": "fp32",
27
+ "inline_weights_to_neff": false,
28
+ "int_dtype": "int64",
29
+ "optlevel": "2",
30
+ "output_attentions": false,
31
+ "output_hidden_states": false,
32
+ "static_batch_size": 1,
33
+ "static_sequence_length": 77,
34
+ "task": "feature-extraction",
35
+ "tensor_parallel_size": 1
36
+ },
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "output_hidden_states": true,
40
+ "vocab_size": 49408
41
+ },
42
+ "text_encoder_2": {
43
+ "architectures": [
44
+ "CLIPTextModelWithProjection"
45
+ ],
46
+ "attention_dropout": 0.0,
47
+ "dropout": 0.0,
48
+ "export_model_type": "clip-text-with-projection",
49
+ "hidden_act": "gelu",
50
+ "hidden_size": 1280,
51
+ "initializer_factor": 1.0,
52
+ "initializer_range": 0.02,
53
+ "intermediate_size": 5120,
54
+ "layer_norm_eps": 1e-05,
55
+ "max_position_embeddings": 77,
56
+ "model_type": "clip_text_model",
57
+ "neuron": {
58
+ "auto_cast": "matmul",
59
+ "auto_cast_type": "bf16",
60
+ "compiler_type": "neuronx-cc",
61
+ "compiler_version": "2.19.8089.0+8ab9f450",
62
+ "dynamic_batch_size": false,
63
+ "float_dtype": "fp32",
64
+ "inline_weights_to_neff": false,
65
+ "int_dtype": "int64",
66
+ "optlevel": "2",
67
+ "output_attentions": false,
68
+ "output_hidden_states": false,
69
+ "static_batch_size": 1,
70
+ "static_sequence_length": 77,
71
+ "task": "feature-extraction",
72
+ "tensor_parallel_size": 1
73
+ },
74
+ "num_attention_heads": 20,
75
+ "num_hidden_layers": 32,
76
+ "output_hidden_states": true,
77
+ "vocab_size": 49408
78
+ },
79
+ "unet": {
80
+ "_class_name": "UNet2DConditionModel",
81
+ "act_fn": "silu",
82
+ "addition_embed_type": "text_time",
83
+ "addition_embed_type_num_heads": 64,
84
+ "addition_time_embed_dim": 256,
85
+ "attention_head_dim": [
86
+ 5,
87
+ 10,
88
+ 20
89
+ ],
90
+ "attention_type": "default",
91
+ "block_out_channels": [
92
+ 320,
93
+ 640,
94
+ 1280
95
+ ],
96
+ "center_input_sample": false,
97
+ "class_embed_type": null,
98
+ "class_embeddings_concat": false,
99
+ "conv_in_kernel": 3,
100
+ "conv_out_kernel": 3,
101
+ "cross_attention_dim": 2048,
102
+ "cross_attention_norm": null,
103
+ "down_block_types": [
104
+ "DownBlock2D",
105
+ "CrossAttnDownBlock2D",
106
+ "CrossAttnDownBlock2D"
107
+ ],
108
+ "downsample_padding": 1,
109
+ "dropout": 0.0,
110
+ "dual_cross_attention": false,
111
+ "encoder_hid_dim": null,
112
+ "encoder_hid_dim_type": null,
113
+ "flip_sin_to_cos": true,
114
+ "freq_shift": 0,
115
+ "in_channels": 4,
116
+ "layers_per_block": 2,
117
+ "mid_block_only_cross_attention": null,
118
+ "mid_block_scale_factor": 1,
119
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
120
+ "neuron": {
121
+ "auto_cast": "matmul",
122
+ "auto_cast_type": "bf16",
123
+ "compiler_type": "neuronx-cc",
124
+ "compiler_version": "2.19.8089.0+8ab9f450",
125
+ "dynamic_batch_size": false,
126
+ "float_dtype": "fp32",
127
+ "inline_weights_to_neff": true,
128
+ "int_dtype": "int64",
129
+ "optlevel": "2",
130
+ "output_attentions": false,
131
+ "output_hidden_states": false,
132
+ "static_batch_size": 1,
133
+ "static_height": 128,
134
+ "static_num_channels": 4,
135
+ "static_sequence_length": 77,
136
+ "static_vae_scale_factor": 8,
137
+ "static_width": 128,
138
+ "task": "semantic-segmentation",
139
+ "tensor_parallel_size": 1
140
+ },
141
+ "norm_eps": 1e-05,
142
+ "norm_num_groups": 32,
143
+ "num_attention_heads": null,
144
+ "num_class_embeds": null,
145
+ "only_cross_attention": false,
146
+ "out_channels": 4,
147
+ "projection_class_embeddings_input_dim": 2816,
148
+ "resnet_out_scale_factor": 1.0,
149
+ "resnet_skip_time_act": false,
150
+ "resnet_time_scale_shift": "default",
151
+ "reverse_transformer_layers_per_block": null,
152
+ "time_cond_proj_dim": null,
153
+ "time_embedding_act_fn": null,
154
+ "time_embedding_dim": null,
155
+ "time_embedding_type": "positional",
156
+ "timestep_post_act": null,
157
+ "transformer_layers_per_block": [
158
+ 1,
159
+ 2,
160
+ 10
161
+ ],
162
+ "up_block_types": [
163
+ "CrossAttnUpBlock2D",
164
+ "CrossAttnUpBlock2D",
165
+ "UpBlock2D"
166
+ ],
167
+ "upcast_attention": null,
168
+ "use_linear_projection": true
169
+ }
170
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ec1b2be0f8ee63964af019d80bbfeb9f7563bd5d0a58ef8238eb2aeadeac73a
3
  size 496092729
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f188fe6e272615f1b0a9b6dea73e30b19fc75411bedefd40ebe293891a0ee9b
3
  size 496092729
neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/text_encoder_2/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cefacb43051d79d299d6d15149aedec761d0d41dbbeb896fe9773811052679e2
3
  size 2801582571
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2412a159046de92aed3174b075ffba9452e6f6107a7ec3dac242f18fa28db8aa
3
  size 2801582571
neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43d86a82494c312e169c634ed9b4fe15bff6fe0d52880ec25525f049778bd875
3
  size 4175474813
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1f5602e925fb8342182ac8d2c538d66e336c3fa6007378be67194e40110d77
3
  size 4175474813
neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_decoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "use_quant_conv",
7
  "use_post_quant_conv",
8
- "latents_std",
9
  "mid_block_add_attention",
 
10
  "shift_factor",
11
- "latents_mean"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
+ "latents_mean",
7
  "use_post_quant_conv",
 
8
  "mid_block_add_attention",
9
+ "use_quant_conv",
10
  "shift_factor",
11
+ "latents_std"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4de3f7f2de9c277ca6756a43c0b2334bfbbe225294b635f4555759afd1fbc3e
3
  size 370909427
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa5d60e4357d5328326d36235f973693d2e1f728a8f4ca5288297a575210d2c9
3
  size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_encoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "use_quant_conv",
7
  "use_post_quant_conv",
8
- "latents_std",
9
  "mid_block_add_attention",
 
10
  "shift_factor",
11
- "latents_mean"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
+ "latents_mean",
7
  "use_post_quant_conv",
 
8
  "mid_block_add_attention",
9
+ "use_quant_conv",
10
  "shift_factor",
11
+ "latents_std"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f08ffc633ed8ce1e231e83ac3227f6cae46b7b69e6a2761d3103143e84916e7
3
  size 222984883
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:326092a57f5d7e585dc2dbfec68f88f97dc6527ff71ccaab6a831d907c9aae86
3
  size 222984883