dacorvo HF Staff commited on
Commit
852304f
·
verified ·
1 Parent(s): 825c1ec

Synchronizing local compiler cache.

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