dacorvo HF Staff commited on
Commit
b1652cb
·
verified ·
1 Parent(s): 76d2ac2

Synchronizing local compiler cache.

Browse files
Files changed (22) hide show
  1. .gitattributes +5 -0
  2. neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0.dev5/stable-diffusion/stabilityai/stable-diffusion-xl-base-1.0/db80e8dc64b81d48657d.json +170 -0
  3. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/model_index.json +42 -0
  4. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/scheduler/scheduler_config.json +25 -0
  5. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder/config.json +54 -0
  6. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder/model.neuron +3 -0
  7. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder_2/config.json +54 -0
  8. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder_2/model.neuron +3 -0
  9. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/merges.txt +0 -0
  10. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/special_tokens_map.json +24 -0
  11. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/tokenizer_config.json +31 -0
  12. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/vocab.json +0 -0
  13. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/merges.txt +0 -0
  14. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/special_tokens_map.json +24 -0
  15. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/tokenizer_config.json +39 -0
  16. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/vocab.json +0 -0
  17. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/unet/config.json +111 -0
  18. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/unet/model.neuron +3 -0
  19. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_decoder/config.json +73 -0
  20. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_decoder/model.neuron +3 -0
  21. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_encoder/config.json +73 -0
  22. neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_encoder/model.neuron +3 -0
.gitattributes CHANGED
@@ -10077,3 +10077,8 @@ neuronxcc-2.19.8089.0+8ab9f450/MODULE_10594f969badb54b47e4/text_encoder_2/model.
10077
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_10594f969badb54b47e4/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
10078
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_10594f969badb54b47e4/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10079
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_10594f969badb54b47e4/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
10077
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_10594f969badb54b47e4/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
10078
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_10594f969badb54b47e4/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10079
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_10594f969badb54b47e4/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10080
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10081
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder_2/model.neuron filter=lfs diff=lfs merge=lfs -text
10082
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
10083
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10084
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0.dev5/stable-diffusion/stabilityai/stable-diffusion-xl-base-1.0/db80e8dc64b81d48657d.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/stable-diffusion-xl-base-1.0",
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_db80e8dc64b81d48657d/model_index.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.34.0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
5
+ "feature_extractor": [
6
+ null,
7
+ null
8
+ ],
9
+ "force_zeros_for_empty_prompt": true,
10
+ "image_encoder": [
11
+ null,
12
+ null
13
+ ],
14
+ "scheduler": [
15
+ "diffusers",
16
+ "EulerDiscreteScheduler"
17
+ ],
18
+ "text_encoder": [
19
+ "transformers",
20
+ "CLIPTextModel"
21
+ ],
22
+ "text_encoder_2": [
23
+ "transformers",
24
+ "CLIPTextModelWithProjection"
25
+ ],
26
+ "tokenizer": [
27
+ "transformers",
28
+ "CLIPTokenizer"
29
+ ],
30
+ "tokenizer_2": [
31
+ "transformers",
32
+ "CLIPTokenizer"
33
+ ],
34
+ "unet": [
35
+ "diffusers",
36
+ "UNet2DConditionModel"
37
+ ],
38
+ "vae": [
39
+ "diffusers",
40
+ "AutoencoderKL"
41
+ ]
42
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.34.0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "final_sigmas_type": "zero",
9
+ "interpolation_type": "linear",
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": false,
15
+ "sigma_max": null,
16
+ "sigma_min": null,
17
+ "skip_prk_steps": true,
18
+ "steps_offset": 1,
19
+ "timestep_spacing": "leading",
20
+ "timestep_type": "discrete",
21
+ "trained_betas": null,
22
+ "use_beta_sigmas": false,
23
+ "use_exponential_sigmas": false,
24
+ "use_karras_sigmas": false
25
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "CLIPTextModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "export_model_type": "clip-text-model",
11
+ "hidden_act": "quick_gelu",
12
+ "hidden_size": 768,
13
+ "initializer_factor": 1.0,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 77,
18
+ "model_type": "clip_text_model",
19
+ "neuron": {
20
+ "auto_cast": "matmul",
21
+ "auto_cast_type": "bf16",
22
+ "compiler_type": "neuronx-cc",
23
+ "compiler_version": "2.19.8089.0+8ab9f450",
24
+ "dynamic_batch_size": false,
25
+ "float_dtype": "fp32",
26
+ "inline_weights_to_neff": false,
27
+ "input_names": [
28
+ "input_ids"
29
+ ],
30
+ "int_dtype": "int64",
31
+ "model_type": "clip-text-model",
32
+ "optlevel": "2",
33
+ "output_attentions": false,
34
+ "output_hidden_states": false,
35
+ "output_names": [
36
+ "last_hidden_state",
37
+ "pooler_output",
38
+ "hidden_states"
39
+ ],
40
+ "static_batch_size": 1,
41
+ "static_sequence_length": 77,
42
+ "task": "feature-extraction",
43
+ "tensor_parallel_size": 1
44
+ },
45
+ "num_attention_heads": 12,
46
+ "num_hidden_layers": 12,
47
+ "output_hidden_states": true,
48
+ "pad_token_id": 1,
49
+ "projection_dim": 768,
50
+ "torch_dtype": "float32",
51
+ "torchscript": true,
52
+ "transformers_version": "4.51.3",
53
+ "vocab_size": 49408
54
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f2cc1af3c21f04fdd75dd938664233b442d61da8251df245dbd9ac654fc38de
3
+ size 496092729
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder_2/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "CLIPTextModelWithProjection"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "export_model_type": "clip-text-with-projection",
11
+ "hidden_act": "gelu",
12
+ "hidden_size": 1280,
13
+ "initializer_factor": 1.0,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 5120,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 77,
18
+ "model_type": "clip_text_model",
19
+ "neuron": {
20
+ "auto_cast": "matmul",
21
+ "auto_cast_type": "bf16",
22
+ "compiler_type": "neuronx-cc",
23
+ "compiler_version": "2.19.8089.0+8ab9f450",
24
+ "dynamic_batch_size": false,
25
+ "float_dtype": "fp32",
26
+ "inline_weights_to_neff": false,
27
+ "input_names": [
28
+ "input_ids"
29
+ ],
30
+ "int_dtype": "int64",
31
+ "model_type": "clip-text-with-projection",
32
+ "optlevel": "2",
33
+ "output_attentions": false,
34
+ "output_hidden_states": false,
35
+ "output_names": [
36
+ "text_embeds",
37
+ "last_hidden_state",
38
+ "hidden_states"
39
+ ],
40
+ "static_batch_size": 1,
41
+ "static_sequence_length": 77,
42
+ "task": "feature-extraction",
43
+ "tensor_parallel_size": 1
44
+ },
45
+ "num_attention_heads": 20,
46
+ "num_hidden_layers": 32,
47
+ "output_hidden_states": true,
48
+ "pad_token_id": 1,
49
+ "projection_dim": 1280,
50
+ "torch_dtype": "float32",
51
+ "torchscript": true,
52
+ "transformers_version": "4.51.3",
53
+ "vocab_size": 49408
54
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/text_encoder_2/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36fb318cd2d7a9a90efe48b4b72600d5f1ab587a8888bbd21bea6767384bec62
3
+ size 2801582571
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "extra_special_tokens": {},
27
+ "model_max_length": 77,
28
+ "pad_token": "<|endoftext|>",
29
+ "tokenizer_class": "CLIPTokenizer",
30
+ "unk_token": "<|endoftext|>"
31
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "!",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "!",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49406": {
13
+ "content": "<|startoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "49407": {
21
+ "content": "<|endoftext|>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<|startoftext|>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "do_lower_case": true,
32
+ "eos_token": "<|endoftext|>",
33
+ "errors": "replace",
34
+ "extra_special_tokens": {},
35
+ "model_max_length": 77,
36
+ "pad_token": "!",
37
+ "tokenizer_class": "CLIPTokenizer",
38
+ "unk_token": "<|endoftext|>"
39
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/tokenizer_2/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/unet/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
5
+ "_use_default_values": [
6
+ "reverse_transformer_layers_per_block",
7
+ "dropout",
8
+ "attention_type"
9
+ ],
10
+ "act_fn": "silu",
11
+ "addition_embed_type": "text_time",
12
+ "addition_embed_type_num_heads": 64,
13
+ "addition_time_embed_dim": 256,
14
+ "attention_head_dim": [
15
+ 5,
16
+ 10,
17
+ 20
18
+ ],
19
+ "attention_type": "default",
20
+ "block_out_channels": [
21
+ 320,
22
+ 640,
23
+ 1280
24
+ ],
25
+ "center_input_sample": false,
26
+ "class_embed_type": null,
27
+ "class_embeddings_concat": false,
28
+ "conv_in_kernel": 3,
29
+ "conv_out_kernel": 3,
30
+ "cross_attention_dim": 2048,
31
+ "cross_attention_norm": null,
32
+ "down_block_types": [
33
+ "DownBlock2D",
34
+ "CrossAttnDownBlock2D",
35
+ "CrossAttnDownBlock2D"
36
+ ],
37
+ "downsample_padding": 1,
38
+ "dropout": 0.0,
39
+ "dual_cross_attention": false,
40
+ "encoder_hid_dim": null,
41
+ "encoder_hid_dim_type": null,
42
+ "flip_sin_to_cos": true,
43
+ "freq_shift": 0,
44
+ "in_channels": 4,
45
+ "layers_per_block": 2,
46
+ "mid_block_only_cross_attention": null,
47
+ "mid_block_scale_factor": 1,
48
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
49
+ "neuron": {
50
+ "auto_cast": "matmul",
51
+ "auto_cast_type": "bf16",
52
+ "compiler_type": "neuronx-cc",
53
+ "compiler_version": "2.19.8089.0+8ab9f450",
54
+ "dynamic_batch_size": false,
55
+ "float_dtype": "fp32",
56
+ "inline_weights_to_neff": true,
57
+ "input_names": [
58
+ "sample",
59
+ "timestep",
60
+ "encoder_hidden_states",
61
+ "text_embeds",
62
+ "time_ids"
63
+ ],
64
+ "int_dtype": "int64",
65
+ "model_type": "unet",
66
+ "optlevel": "2",
67
+ "output_attentions": false,
68
+ "output_hidden_states": false,
69
+ "output_names": [
70
+ "sample"
71
+ ],
72
+ "static_batch_size": 1,
73
+ "static_height": 128,
74
+ "static_num_channels": 4,
75
+ "static_sequence_length": 77,
76
+ "static_vae_scale_factor": 8,
77
+ "static_width": 128,
78
+ "task": "semantic-segmentation",
79
+ "tensor_parallel_size": 1
80
+ },
81
+ "norm_eps": 1e-05,
82
+ "norm_num_groups": 32,
83
+ "num_attention_heads": null,
84
+ "num_class_embeds": null,
85
+ "only_cross_attention": false,
86
+ "out_channels": 4,
87
+ "projection_class_embeddings_input_dim": 2816,
88
+ "resnet_out_scale_factor": 1.0,
89
+ "resnet_skip_time_act": false,
90
+ "resnet_time_scale_shift": "default",
91
+ "reverse_transformer_layers_per_block": null,
92
+ "sample_size": 128,
93
+ "time_cond_proj_dim": null,
94
+ "time_embedding_act_fn": null,
95
+ "time_embedding_dim": null,
96
+ "time_embedding_type": "positional",
97
+ "timestep_post_act": null,
98
+ "transformer_layers_per_block": [
99
+ 1,
100
+ 2,
101
+ 10
102
+ ],
103
+ "transformers_version": null,
104
+ "up_block_types": [
105
+ "CrossAttnUpBlock2D",
106
+ "CrossAttnUpBlock2D",
107
+ "UpBlock2D"
108
+ ],
109
+ "upcast_attention": null,
110
+ "use_linear_projection": true
111
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687762ce7029c3ccdf998111facbe58e2171200fa359ae5a2b4b6a13041bdd71
3
+ size 4175392893
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_decoder/config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
5
+ "_use_default_values": [
6
+ "latents_std",
7
+ "use_quant_conv",
8
+ "use_post_quant_conv",
9
+ "latents_mean",
10
+ "mid_block_add_attention",
11
+ "shift_factor"
12
+ ],
13
+ "act_fn": "silu",
14
+ "block_out_channels": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 512
19
+ ],
20
+ "down_block_types": [
21
+ "DownEncoderBlock2D",
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D",
24
+ "DownEncoderBlock2D"
25
+ ],
26
+ "force_upcast": true,
27
+ "in_channels": 3,
28
+ "latent_channels": 4,
29
+ "latents_mean": null,
30
+ "latents_std": null,
31
+ "layers_per_block": 2,
32
+ "mid_block_add_attention": true,
33
+ "neuron": {
34
+ "auto_cast": "matmul",
35
+ "auto_cast_type": "bf16",
36
+ "compiler_type": "neuronx-cc",
37
+ "compiler_version": "2.19.8089.0+8ab9f450",
38
+ "dynamic_batch_size": false,
39
+ "float_dtype": "fp32",
40
+ "inline_weights_to_neff": true,
41
+ "input_names": [
42
+ "latent_sample"
43
+ ],
44
+ "int_dtype": "int64",
45
+ "model_type": "vae-decoder",
46
+ "optlevel": "2",
47
+ "output_attentions": false,
48
+ "output_hidden_states": false,
49
+ "output_names": [
50
+ "sample"
51
+ ],
52
+ "static_batch_size": 1,
53
+ "static_height": 128,
54
+ "static_num_channels": 4,
55
+ "static_width": 128,
56
+ "task": "semantic-segmentation",
57
+ "tensor_parallel_size": 1
58
+ },
59
+ "norm_num_groups": 32,
60
+ "out_channels": 3,
61
+ "sample_size": 1024,
62
+ "scaling_factor": 0.13025,
63
+ "shift_factor": null,
64
+ "transformers_version": null,
65
+ "up_block_types": [
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D",
69
+ "UpDecoderBlock2D"
70
+ ],
71
+ "use_post_quant_conv": true,
72
+ "use_quant_conv": true
73
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111dee73eeb1495021da556652f1a76b8e8d375580bf7c03b63d987e8c5fb1c8
3
+ size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_encoder/config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
5
+ "_use_default_values": [
6
+ "latents_std",
7
+ "use_quant_conv",
8
+ "use_post_quant_conv",
9
+ "latents_mean",
10
+ "mid_block_add_attention",
11
+ "shift_factor"
12
+ ],
13
+ "act_fn": "silu",
14
+ "block_out_channels": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 512
19
+ ],
20
+ "down_block_types": [
21
+ "DownEncoderBlock2D",
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D",
24
+ "DownEncoderBlock2D"
25
+ ],
26
+ "force_upcast": true,
27
+ "in_channels": 3,
28
+ "latent_channels": 4,
29
+ "latents_mean": null,
30
+ "latents_std": null,
31
+ "layers_per_block": 2,
32
+ "mid_block_add_attention": true,
33
+ "neuron": {
34
+ "auto_cast": "matmul",
35
+ "auto_cast_type": "bf16",
36
+ "compiler_type": "neuronx-cc",
37
+ "compiler_version": "2.19.8089.0+8ab9f450",
38
+ "dynamic_batch_size": false,
39
+ "float_dtype": "fp32",
40
+ "inline_weights_to_neff": true,
41
+ "input_names": [
42
+ "sample"
43
+ ],
44
+ "int_dtype": "int64",
45
+ "model_type": "vae-encoder",
46
+ "optlevel": "2",
47
+ "output_attentions": false,
48
+ "output_hidden_states": false,
49
+ "output_names": [
50
+ "latent_parameters"
51
+ ],
52
+ "static_batch_size": 1,
53
+ "static_height": 1024,
54
+ "static_num_channels": 3,
55
+ "static_width": 1024,
56
+ "task": "semantic-segmentation",
57
+ "tensor_parallel_size": 1
58
+ },
59
+ "norm_num_groups": 32,
60
+ "out_channels": 3,
61
+ "sample_size": 1024,
62
+ "scaling_factor": 0.13025,
63
+ "shift_factor": null,
64
+ "transformers_version": null,
65
+ "up_block_types": [
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D",
69
+ "UpDecoderBlock2D"
70
+ ],
71
+ "use_post_quant_conv": true,
72
+ "use_quant_conv": true
73
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_db80e8dc64b81d48657d/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8521ce483b873f25b690550c56c8b211fb6e2936b9f3799b4ddd50946ddb1e3b
3
+ size 222984883