dacorvo HF Staff commited on
Commit
bce4fa9
·
verified ·
1 Parent(s): b67b459

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0.dev5/stable-diffusion/jyoung105/stable-diffusion-v1-5/fa91f4d562bf4927e97b.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "jyoung105/stable-diffusion-v1-5",
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
+ "vocab_size": 49408
38
+ },
39
+ "unet": {
40
+ "_class_name": "UNet2DConditionModel",
41
+ "act_fn": "silu",
42
+ "addition_embed_type": null,
43
+ "addition_embed_type_num_heads": 64,
44
+ "addition_time_embed_dim": null,
45
+ "attention_head_dim": 8,
46
+ "attention_type": "default",
47
+ "block_out_channels": [
48
+ 320,
49
+ 640,
50
+ 1280,
51
+ 1280
52
+ ],
53
+ "center_input_sample": false,
54
+ "class_embed_type": null,
55
+ "class_embeddings_concat": false,
56
+ "conv_in_kernel": 3,
57
+ "conv_out_kernel": 3,
58
+ "cross_attention_dim": 768,
59
+ "cross_attention_norm": null,
60
+ "down_block_types": [
61
+ "CrossAttnDownBlock2D",
62
+ "CrossAttnDownBlock2D",
63
+ "CrossAttnDownBlock2D",
64
+ "DownBlock2D"
65
+ ],
66
+ "downsample_padding": 1,
67
+ "dropout": 0.0,
68
+ "dual_cross_attention": false,
69
+ "encoder_hid_dim": null,
70
+ "encoder_hid_dim_type": null,
71
+ "flip_sin_to_cos": true,
72
+ "freq_shift": 0,
73
+ "in_channels": 4,
74
+ "layers_per_block": 2,
75
+ "mid_block_only_cross_attention": null,
76
+ "mid_block_scale_factor": 1,
77
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
78
+ "neuron": {
79
+ "auto_cast": "matmul",
80
+ "auto_cast_type": "bf16",
81
+ "compiler_type": "neuronx-cc",
82
+ "compiler_version": "2.19.8089.0+8ab9f450",
83
+ "dynamic_batch_size": false,
84
+ "inline_weights_to_neff": false,
85
+ "optlevel": "2",
86
+ "output_attentions": false,
87
+ "output_hidden_states": false,
88
+ "static_batch_size": 1,
89
+ "static_height": 64,
90
+ "static_num_channels": 4,
91
+ "static_sequence_length": 77,
92
+ "static_vae_scale_factor": 8,
93
+ "static_width": 64,
94
+ "task": "semantic-segmentation",
95
+ "tensor_parallel_size": 1
96
+ },
97
+ "norm_eps": 1e-05,
98
+ "norm_num_groups": 32,
99
+ "num_attention_heads": null,
100
+ "num_class_embeds": null,
101
+ "only_cross_attention": false,
102
+ "out_channels": 4,
103
+ "projection_class_embeddings_input_dim": null,
104
+ "resnet_out_scale_factor": 1.0,
105
+ "resnet_skip_time_act": false,
106
+ "resnet_time_scale_shift": "default",
107
+ "reverse_transformer_layers_per_block": null,
108
+ "time_cond_proj_dim": null,
109
+ "time_embedding_act_fn": null,
110
+ "time_embedding_dim": null,
111
+ "time_embedding_type": "positional",
112
+ "timestep_post_act": null,
113
+ "transformer_layers_per_block": 1,
114
+ "up_block_types": [
115
+ "UpBlock2D",
116
+ "CrossAttnUpBlock2D",
117
+ "CrossAttnUpBlock2D",
118
+ "CrossAttnUpBlock2D"
119
+ ],
120
+ "upcast_attention": false,
121
+ "use_linear_projection": false
122
+ }
123
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa91f4d562bf4927e97b/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93feae900a5e9055ba4f284342421c438dcf76511968029aeb0b0b8026333fea
3
  size 496040249
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e92a4e84488bbfe7ce86df02f74186ec9fb5e1bc8eafdb1be6ff0255c35bb73
3
  size 496040249
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa91f4d562bf4927e97b/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ac5b913bf55bed0f701ee11ac2b48099ef46c74e5bffa67933f19d87c657be8
3
  size 3567235533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d21a616f31aeec4c7879188e4a42b62fb57beb2dab395698033cf2baf8e8d49
3
  size 3567235533
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa91f4d562bf4927e97b/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9a24c23218594e793d1f6a5004005d267f652cc59f86577ebf76368d52daad5
3
  size 258982101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d893c344546022ef9473923a0eb97ddb93e6d612101341aa84dc9ba3e0f2c70
3
  size 258982101
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa91f4d562bf4927e97b/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:973f62cf860df85567ddaddf406d50113c35a350efc8dab8a1bda5310cb4dbbb
3
  size 169118803
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e86cb6d6ab946374c86500d422601eae3d5030597dcaa1dbd9346c9bc2c6abb
3
  size 169118803