dacorvo HF Staff commited on
Commit
d14e4d6
·
verified ·
1 Parent(s): 2737ecc

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.2/diffusion-transformer/PixArt-alpha/PixArt-XL-2-512x512/aecf63194b748979aee7.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "PixArt-alpha/PixArt-XL-2-512x512",
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": null,
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_aecf63194b748979aee7/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:041e654351de824fa49958799be72c15db99e176d5d6a96ea51e87e544aa2b55
3
  size 9669412256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e8d6326c03bd9f3770572b174626da59de79c4a2d0402a54d63b156fa2e2a1
3
  size 9669412256
neuronxcc-2.17.194.0+d312836f/MODULE_aecf63194b748979aee7/transformer/config.json CHANGED
@@ -3,8 +3,8 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
- "interpolation_scale",
7
- "use_additional_conditions"
8
  ],
9
  "activation_fn": "gelu-approximate",
10
  "attention_bias": true,
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
+ "use_additional_conditions",
7
+ "interpolation_scale"
8
  ],
9
  "activation_fn": "gelu-approximate",
10
  "attention_bias": true,
neuronxcc-2.17.194.0+d312836f/MODULE_aecf63194b748979aee7/transformer/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c355e7b23982f746d296e65525994353568107172e37025650bab46d63d32d8a
3
  size 1283072156
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe30003205e32cd8b206034c2af866f2e579ff5b9fe920836ca57f8293961b24
3
  size 1283072156
neuronxcc-2.17.194.0+d312836f/MODULE_aecf63194b748979aee7/vae_decoder/config.json CHANGED
@@ -3,11 +3,11 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
- "use_quant_conv",
7
  "latents_mean",
 
8
  "shift_factor",
9
- "mid_block_add_attention",
10
  "latents_std",
 
11
  "use_post_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
+ "use_quant_conv",
8
  "shift_factor",
 
9
  "latents_std",
10
+ "mid_block_add_attention",
11
  "use_post_quant_conv"
12
  ],
13
  "act_fn": "silu",
neuronxcc-2.17.194.0+d312836f/MODULE_aecf63194b748979aee7/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e72dd3557348174709da1b95950e4f5a2cdd0251c9958e056d1b23d153d89004
3
  size 433055509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb7d66a4b1a659fe337a6224ecb4e7f97f2b8034c7f81de931df17233850b73
3
  size 433055509
neuronxcc-2.17.194.0+d312836f/MODULE_aecf63194b748979aee7/vae_encoder/config.json CHANGED
@@ -3,11 +3,11 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
- "use_quant_conv",
7
  "latents_mean",
 
8
  "shift_factor",
9
- "mid_block_add_attention",
10
  "latents_std",
 
11
  "use_post_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
+ "use_quant_conv",
8
  "shift_factor",
 
9
  "latents_std",
10
+ "mid_block_add_attention",
11
  "use_post_quant_conv"
12
  ],
13
  "act_fn": "silu",
neuronxcc-2.17.194.0+d312836f/MODULE_aecf63194b748979aee7/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1f9622de7db78cd38ba4105ad8f5f0ee483055a1386a2d642d418007b283211
3
  size 273473043
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20111d3df9e7514900886c2e44f5d357b300d38a14b844583d26413452e4dc31
3
  size 273473043