dacorvo HF Staff commited on
Commit
60ac445
·
verified ·
1 Parent(s): 4519d11

Synchronizing local compiler cache.

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