dacorvo HF Staff commited on
Commit
5116316
·
verified ·
1 Parent(s): b9b3582

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.3.0.dev1/stable-diffusion/jyoung105/stable-diffusion-v1-5/b74e4b6342153be8fdd2.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "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.17.194.0+d312836f",
24
+ "dynamic_batch_size": false,
25
+ "inline_weights_to_neff": false,
26
+ "optlevel": "2",
27
+ "output_attentions": false,
28
+ "output_hidden_states": false,
29
+ "static_batch_size": 1,
30
+ "static_sequence_length": 77,
31
+ "task": "feature-extraction",
32
+ "tensor_parallel_size": 1
33
+ },
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "vocab_size": 49408
37
+ },
38
+ "unet": {
39
+ "_class_name": "UNet2DConditionModel",
40
+ "act_fn": "silu",
41
+ "addition_embed_type": null,
42
+ "addition_embed_type_num_heads": 64,
43
+ "addition_time_embed_dim": null,
44
+ "attention_head_dim": 8,
45
+ "attention_type": "default",
46
+ "block_out_channels": [
47
+ 320,
48
+ 640,
49
+ 1280,
50
+ 1280
51
+ ],
52
+ "center_input_sample": false,
53
+ "class_embed_type": null,
54
+ "class_embeddings_concat": false,
55
+ "conv_in_kernel": 3,
56
+ "conv_out_kernel": 3,
57
+ "cross_attention_dim": 768,
58
+ "cross_attention_norm": null,
59
+ "down_block_types": [
60
+ "CrossAttnDownBlock2D",
61
+ "CrossAttnDownBlock2D",
62
+ "CrossAttnDownBlock2D",
63
+ "DownBlock2D"
64
+ ],
65
+ "downsample_padding": 1,
66
+ "dropout": 0.0,
67
+ "dual_cross_attention": false,
68
+ "encoder_hid_dim": null,
69
+ "encoder_hid_dim_type": null,
70
+ "flip_sin_to_cos": true,
71
+ "freq_shift": 0,
72
+ "in_channels": 4,
73
+ "layers_per_block": 2,
74
+ "mid_block_only_cross_attention": null,
75
+ "mid_block_scale_factor": 1,
76
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
77
+ "neuron": {
78
+ "auto_cast": "matmul",
79
+ "auto_cast_type": "bf16",
80
+ "compiler_type": "neuronx-cc",
81
+ "compiler_version": "2.17.194.0+d312836f",
82
+ "dynamic_batch_size": false,
83
+ "inline_weights_to_neff": false,
84
+ "optlevel": "2",
85
+ "output_attentions": false,
86
+ "output_hidden_states": false,
87
+ "static_batch_size": 1,
88
+ "static_height": 64,
89
+ "static_num_channels": 4,
90
+ "static_sequence_length": 77,
91
+ "static_vae_scale_factor": 8,
92
+ "static_width": 64,
93
+ "task": "semantic-segmentation",
94
+ "tensor_parallel_size": 1
95
+ },
96
+ "norm_eps": 1e-05,
97
+ "norm_num_groups": 32,
98
+ "num_attention_heads": null,
99
+ "num_class_embeds": null,
100
+ "only_cross_attention": false,
101
+ "out_channels": 4,
102
+ "projection_class_embeddings_input_dim": null,
103
+ "resnet_out_scale_factor": 1.0,
104
+ "resnet_skip_time_act": false,
105
+ "resnet_time_scale_shift": "default",
106
+ "reverse_transformer_layers_per_block": null,
107
+ "time_cond_proj_dim": null,
108
+ "time_embedding_act_fn": null,
109
+ "time_embedding_dim": null,
110
+ "time_embedding_type": "positional",
111
+ "timestep_post_act": null,
112
+ "transformer_layers_per_block": 1,
113
+ "up_block_types": [
114
+ "UpBlock2D",
115
+ "CrossAttnUpBlock2D",
116
+ "CrossAttnUpBlock2D",
117
+ "CrossAttnUpBlock2D"
118
+ ],
119
+ "upcast_attention": false,
120
+ "use_linear_projection": false
121
+ }
122
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_b74e4b6342153be8fdd2/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:546a1dc24fae199c155949ba2420145b0f23894029f3cccb39dc6244b72d6ece
3
  size 495899257
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c258c124bc90dc8832b55559be14fcb6e6dbba9a23ce046d019ca3e23022ff
3
  size 495899257
neuronxcc-2.17.194.0+d312836f/MODULE_b74e4b6342153be8fdd2/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ecca783c58f41b6163a8401b9dc3489710da3dbb2d46e0bbf00fff83748643c4
3
  size 3572846669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4458cb3323ce892010d88d90ce5e82f280f58db7eccbbb25285ea15220e083ac
3
  size 3572846669
neuronxcc-2.17.194.0+d312836f/MODULE_b74e4b6342153be8fdd2/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78d581db87281e405e9c9e8bbb356e4d9d91a58b49f5ac7475ee6997b6fcee91
3
  size 367178901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc389a7036d7c22e11b1b018ef177661f42fbd2c76b0817f0704275920f4ad74
3
  size 367178901
neuronxcc-2.17.194.0+d312836f/MODULE_b74e4b6342153be8fdd2/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5d17592f89fc29af12248d1a17db1e93b32f804c1c91f6adb557157dc82da06
3
  size 225662483
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acfb45a9a4c2d0b58fde2f38f4ebf0854b95b1e3a55e7d3421c40b80e0c6200
3
  size 225662483