Synchronizing local compiler cache.
Browse files- neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.3.0.dev4/diffusion-transformer/Jingya/pixart_sigma_pipe_xl_2_512_ms/befe64f8447a5b02ca93.json +95 -0
- neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/text_encoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/transformer/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_decoder/config.json +3 -3
- neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_decoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_encoder/config.json +3 -3
- neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_encoder/model.neuron +1 -1
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.3.0.dev4/diffusion-transformer/Jingya/pixart_sigma_pipe_xl_2_512_ms/befe64f8447a5b02ca93.json
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_entry_class": "MultiModelCacheEntry",
|
3 |
+
"_model_id": "Jingya/pixart_sigma_pipe_xl_2_512_ms",
|
4 |
+
"_task": null,
|
5 |
+
"text_encoder": {
|
6 |
+
"architectures": [
|
7 |
+
"T5EncoderModel"
|
8 |
+
],
|
9 |
+
"classifier_dropout": 0.0,
|
10 |
+
"d_ff": 10240,
|
11 |
+
"d_kv": 64,
|
12 |
+
"d_model": 4096,
|
13 |
+
"decoder_start_token_id": 0,
|
14 |
+
"dense_act_fn": "gelu_new",
|
15 |
+
"dropout_rate": 0.1,
|
16 |
+
"feed_forward_proj": "gated-gelu",
|
17 |
+
"initializer_factor": 1.0,
|
18 |
+
"is_encoder_decoder": true,
|
19 |
+
"is_gated_act": true,
|
20 |
+
"layer_norm_epsilon": 1e-06,
|
21 |
+
"model_type": "t5",
|
22 |
+
"neuron": {
|
23 |
+
"auto_cast": null,
|
24 |
+
"auto_cast_type": null,
|
25 |
+
"compiler_type": "neuronx-cc",
|
26 |
+
"compiler_version": "2.17.194.0+d312836f",
|
27 |
+
"dynamic_batch_size": false,
|
28 |
+
"inline_weights_to_neff": false,
|
29 |
+
"optlevel": "2",
|
30 |
+
"output_attentions": false,
|
31 |
+
"output_hidden_states": false,
|
32 |
+
"static_batch_size": 1,
|
33 |
+
"static_sequence_length": 120,
|
34 |
+
"task": "feature-extraction",
|
35 |
+
"tensor_parallel_size": 1
|
36 |
+
},
|
37 |
+
"num_decoder_layers": 24,
|
38 |
+
"num_heads": 64,
|
39 |
+
"num_layers": 24,
|
40 |
+
"output_past": true,
|
41 |
+
"relative_attention_max_distance": 128,
|
42 |
+
"relative_attention_num_buckets": 32,
|
43 |
+
"tie_word_embeddings": false,
|
44 |
+
"use_cache": true,
|
45 |
+
"vocab_size": 32128
|
46 |
+
},
|
47 |
+
"transformer": {
|
48 |
+
"_class_name": "PixArtTransformer2DModel",
|
49 |
+
"activation_fn": "gelu-approximate",
|
50 |
+
"attention_bias": true,
|
51 |
+
"attention_head_dim": 72,
|
52 |
+
"attention_type": "default",
|
53 |
+
"caption_channels": 4096,
|
54 |
+
"cross_attention_dim": 1152,
|
55 |
+
"double_self_attention": false,
|
56 |
+
"dropout": 0.0,
|
57 |
+
"in_channels": 4,
|
58 |
+
"interpolation_scale": 1,
|
59 |
+
"neuron": {
|
60 |
+
"auto_cast": null,
|
61 |
+
"auto_cast_type": null,
|
62 |
+
"compiler_type": "neuronx-cc",
|
63 |
+
"compiler_version": "2.17.194.0+d312836f",
|
64 |
+
"dynamic_batch_size": false,
|
65 |
+
"inline_weights_to_neff": false,
|
66 |
+
"optlevel": "2",
|
67 |
+
"output_attentions": false,
|
68 |
+
"output_hidden_states": false,
|
69 |
+
"static_batch_size": 1,
|
70 |
+
"static_encoder_hidden_size": 4096,
|
71 |
+
"static_height": 64,
|
72 |
+
"static_num_channels": 4,
|
73 |
+
"static_patch_size": 2,
|
74 |
+
"static_sequence_length": 120,
|
75 |
+
"static_vae_scale_factor": 8,
|
76 |
+
"static_width": 64,
|
77 |
+
"task": "semantic-segmentation",
|
78 |
+
"tensor_parallel_size": 1
|
79 |
+
},
|
80 |
+
"norm_elementwise_affine": false,
|
81 |
+
"norm_eps": 1e-06,
|
82 |
+
"norm_num_groups": 32,
|
83 |
+
"norm_type": "ada_norm_single",
|
84 |
+
"num_attention_heads": 16,
|
85 |
+
"num_embeds_ada_norm": 1000,
|
86 |
+
"num_layers": 28,
|
87 |
+
"num_vector_embeds": null,
|
88 |
+
"only_cross_attention": false,
|
89 |
+
"out_channels": 8,
|
90 |
+
"patch_size": 2,
|
91 |
+
"upcast_attention": false,
|
92 |
+
"use_additional_conditions": null,
|
93 |
+
"use_linear_projection": false
|
94 |
+
}
|
95 |
+
}
|
neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9669412256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f213f6d4d08c31808f825822bab3f45a759d1340e97096da9b0f4ef413126a5
|
3 |
size 9669412256
|
neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/transformer/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1283072156
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:970a6440012ec32d3b6fd98d03d7b957a9761029ba56cf2225e5e3dcb806f8c3
|
3 |
size 1283072156
|
neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_decoder/config.json
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.30.3",
|
5 |
"_use_default_values": [
|
6 |
-
"
|
|
|
7 |
"mid_block_add_attention",
|
|
|
8 |
"use_post_quant_conv",
|
9 |
-
"latents_std",
|
10 |
-
"latents_mean",
|
11 |
"use_quant_conv"
|
12 |
],
|
13 |
"act_fn": "silu",
|
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.30.3",
|
5 |
"_use_default_values": [
|
6 |
+
"latents_mean",
|
7 |
+
"latents_std",
|
8 |
"mid_block_add_attention",
|
9 |
+
"shift_factor",
|
10 |
"use_post_quant_conv",
|
|
|
|
|
11 |
"use_quant_conv"
|
12 |
],
|
13 |
"act_fn": "silu",
|
neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 269488789
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9705c3cfe82dcdbda08270f3bb2544551ff31089a757cb596dc0dacc7e9b265a
|
3 |
size 269488789
|
neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_encoder/config.json
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.30.3",
|
5 |
"_use_default_values": [
|
6 |
-
"
|
|
|
7 |
"mid_block_add_attention",
|
|
|
8 |
"use_post_quant_conv",
|
9 |
-
"latents_std",
|
10 |
-
"latents_mean",
|
11 |
"use_quant_conv"
|
12 |
],
|
13 |
"act_fn": "silu",
|
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.30.3",
|
5 |
"_use_default_values": [
|
6 |
+
"latents_mean",
|
7 |
+
"latents_std",
|
8 |
"mid_block_add_attention",
|
9 |
+
"shift_factor",
|
10 |
"use_post_quant_conv",
|
|
|
|
|
11 |
"use_quant_conv"
|
12 |
],
|
13 |
"act_fn": "silu",
|
neuronxcc-2.17.194.0+d312836f/MODULE_befe64f8447a5b02ca93/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 159035027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17982a4c2c01244fb04e1463e6b9b3fe4fdd1d4ff83dcad72ae5eeeaeeb67487
|
3 |
size 159035027
|