Synchronizing local compiler cache.
Browse files- neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev0/diffusion-transformer/Jingya/pixart_sigma_pipe_xl_2_512_ms/6b1e77a6020d68f9d72b.json +100 -0
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/text_encoder/model.neuron +1 -1
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/transformer/model.neuron +1 -1
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_decoder/config.json +4 -4
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_decoder/model.neuron +1 -1
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_encoder/config.json +4 -4
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_encoder/model.neuron +1 -1
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev0/diffusion-transformer/Jingya/pixart_sigma_pipe_xl_2_512_ms/6b1e77a6020d68f9d72b.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"export_model_type": "t5-encoder",
|
17 |
+
"feed_forward_proj": "gated-gelu",
|
18 |
+
"initializer_factor": 1.0,
|
19 |
+
"is_encoder_decoder": true,
|
20 |
+
"is_gated_act": true,
|
21 |
+
"layer_norm_epsilon": 1e-06,
|
22 |
+
"model_type": "t5",
|
23 |
+
"neuron": {
|
24 |
+
"auto_cast": null,
|
25 |
+
"auto_cast_type": null,
|
26 |
+
"compiler_type": "neuronx-cc",
|
27 |
+
"compiler_version": "2.19.8089.0+8ab9f450",
|
28 |
+
"dynamic_batch_size": false,
|
29 |
+
"float_dtype": "fp32",
|
30 |
+
"inline_weights_to_neff": false,
|
31 |
+
"int_dtype": "int64",
|
32 |
+
"optlevel": "2",
|
33 |
+
"output_attentions": false,
|
34 |
+
"output_hidden_states": false,
|
35 |
+
"static_batch_size": 1,
|
36 |
+
"static_sequence_length": 120,
|
37 |
+
"task": "feature-extraction",
|
38 |
+
"tensor_parallel_size": 1
|
39 |
+
},
|
40 |
+
"num_decoder_layers": 24,
|
41 |
+
"num_heads": 64,
|
42 |
+
"num_layers": 24,
|
43 |
+
"output_past": true,
|
44 |
+
"relative_attention_max_distance": 128,
|
45 |
+
"relative_attention_num_buckets": 32,
|
46 |
+
"tie_word_embeddings": false,
|
47 |
+
"use_cache": true,
|
48 |
+
"vocab_size": 32128
|
49 |
+
},
|
50 |
+
"transformer": {
|
51 |
+
"_class_name": "PixArtTransformer2DModel",
|
52 |
+
"activation_fn": "gelu-approximate",
|
53 |
+
"attention_bias": true,
|
54 |
+
"attention_head_dim": 72,
|
55 |
+
"attention_type": "default",
|
56 |
+
"caption_channels": 4096,
|
57 |
+
"cross_attention_dim": 1152,
|
58 |
+
"double_self_attention": false,
|
59 |
+
"dropout": 0.0,
|
60 |
+
"in_channels": 4,
|
61 |
+
"interpolation_scale": 1,
|
62 |
+
"neuron": {
|
63 |
+
"auto_cast": null,
|
64 |
+
"auto_cast_type": null,
|
65 |
+
"compiler_type": "neuronx-cc",
|
66 |
+
"compiler_version": "2.19.8089.0+8ab9f450",
|
67 |
+
"dynamic_batch_size": false,
|
68 |
+
"float_dtype": "bf16",
|
69 |
+
"inline_weights_to_neff": false,
|
70 |
+
"int_dtype": "int64",
|
71 |
+
"optlevel": "2",
|
72 |
+
"output_attentions": false,
|
73 |
+
"output_hidden_states": false,
|
74 |
+
"static_batch_size": 1,
|
75 |
+
"static_encoder_hidden_size": 4096,
|
76 |
+
"static_height": 64,
|
77 |
+
"static_num_channels": 4,
|
78 |
+
"static_patch_size": 2,
|
79 |
+
"static_sequence_length": 120,
|
80 |
+
"static_vae_scale_factor": 8,
|
81 |
+
"static_width": 64,
|
82 |
+
"task": "semantic-segmentation",
|
83 |
+
"tensor_parallel_size": 1
|
84 |
+
},
|
85 |
+
"norm_elementwise_affine": false,
|
86 |
+
"norm_eps": 1e-06,
|
87 |
+
"norm_num_groups": 32,
|
88 |
+
"norm_type": "ada_norm_single",
|
89 |
+
"num_attention_heads": 16,
|
90 |
+
"num_embeds_ada_norm": 1000,
|
91 |
+
"num_layers": 28,
|
92 |
+
"num_vector_embeds": null,
|
93 |
+
"only_cross_attention": false,
|
94 |
+
"out_channels": 8,
|
95 |
+
"patch_size": 2,
|
96 |
+
"upcast_attention": false,
|
97 |
+
"use_additional_conditions": null,
|
98 |
+
"use_linear_projection": false
|
99 |
+
}
|
100 |
+
}
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9670751313
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbfa363f7e1636b53400b437d9b348247ddf8a3fe34c16385759dad457cfa2a0
|
3 |
size 9670751313
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/transformer/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1290453084
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:712a6b479bddee212cd34a2b4591ca984dfd044332c06c453ebea537838d89eb
|
3 |
size 1290453084
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_decoder/config.json
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.34.0",
|
5 |
"_use_default_values": [
|
6 |
-
"shift_factor",
|
7 |
"mid_block_add_attention",
|
8 |
-
"use_post_quant_conv",
|
9 |
-
"latents_std",
|
10 |
"latents_mean",
|
11 |
-
"
|
|
|
|
|
|
|
12 |
],
|
13 |
"act_fn": "silu",
|
14 |
"block_out_channels": [
|
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.34.0",
|
5 |
"_use_default_values": [
|
|
|
6 |
"mid_block_add_attention",
|
|
|
|
|
7 |
"latents_mean",
|
8 |
+
"shift_factor",
|
9 |
+
"use_post_quant_conv",
|
10 |
+
"use_quant_conv",
|
11 |
+
"latents_std"
|
12 |
],
|
13 |
"act_fn": "silu",
|
14 |
"block_out_channels": [
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 152104149
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a037c30d0e9c03bc6b57f858a12dab92fd4de0beb828981c7653f714302e884c
|
3 |
size 152104149
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_encoder/config.json
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.34.0",
|
5 |
"_use_default_values": [
|
6 |
-
"shift_factor",
|
7 |
"mid_block_add_attention",
|
8 |
-
"use_post_quant_conv",
|
9 |
-
"latents_std",
|
10 |
"latents_mean",
|
11 |
-
"
|
|
|
|
|
|
|
12 |
],
|
13 |
"act_fn": "silu",
|
14 |
"block_out_channels": [
|
|
|
3 |
"_commit_hash": null,
|
4 |
"_diffusers_version": "0.34.0",
|
5 |
"_use_default_values": [
|
|
|
6 |
"mid_block_add_attention",
|
|
|
|
|
7 |
"latents_mean",
|
8 |
+
"shift_factor",
|
9 |
+
"use_post_quant_conv",
|
10 |
+
"use_quant_conv",
|
11 |
+
"latents_std"
|
12 |
],
|
13 |
"act_fn": "silu",
|
14 |
"block_out_channels": [
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_6b1e77a6020d68f9d72b/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 95453971
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23e7e1d609f62209cde3b2c4b6ab1403b34f76434ef5af84c34bf364e4702afc
|
3 |
size 95453971
|