zhiyang1 commited on
Commit
6740900
·
verified ·
1 Parent(s): 940e506

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-133000/config.json +79 -0
  3. checkpoint-133000/generation_config.json +6 -0
  4. checkpoint-133000/model.safetensors +3 -0
  5. checkpoint-133000/optimizer.pt +3 -0
  6. checkpoint-133000/rng_state_0.pth +3 -0
  7. checkpoint-133000/rng_state_1.pth +3 -0
  8. checkpoint-133000/rng_state_10.pth +3 -0
  9. checkpoint-133000/rng_state_11.pth +3 -0
  10. checkpoint-133000/rng_state_12.pth +3 -0
  11. checkpoint-133000/rng_state_13.pth +3 -0
  12. checkpoint-133000/rng_state_14.pth +3 -0
  13. checkpoint-133000/rng_state_15.pth +3 -0
  14. checkpoint-133000/rng_state_2.pth +3 -0
  15. checkpoint-133000/rng_state_3.pth +3 -0
  16. checkpoint-133000/rng_state_4.pth +3 -0
  17. checkpoint-133000/rng_state_5.pth +3 -0
  18. checkpoint-133000/rng_state_6.pth +3 -0
  19. checkpoint-133000/rng_state_7.pth +3 -0
  20. checkpoint-133000/rng_state_8.pth +3 -0
  21. checkpoint-133000/rng_state_9.pth +3 -0
  22. checkpoint-133000/scheduler.pt +3 -0
  23. checkpoint-133000/trainer_state.json +3 -0
  24. checkpoint-133000/training_args.bin +3 -0
  25. checkpoint-134000/config.json +79 -0
  26. checkpoint-134000/generation_config.json +6 -0
  27. checkpoint-134000/model.safetensors +3 -0
  28. checkpoint-134000/optimizer.pt +3 -0
  29. checkpoint-134000/rng_state_0.pth +3 -0
  30. checkpoint-134000/rng_state_1.pth +3 -0
  31. checkpoint-134000/rng_state_10.pth +3 -0
  32. checkpoint-134000/rng_state_11.pth +3 -0
  33. checkpoint-134000/rng_state_12.pth +3 -0
  34. checkpoint-134000/rng_state_13.pth +3 -0
  35. checkpoint-134000/rng_state_14.pth +3 -0
  36. checkpoint-134000/rng_state_15.pth +3 -0
  37. checkpoint-134000/rng_state_2.pth +3 -0
  38. checkpoint-134000/rng_state_3.pth +3 -0
  39. checkpoint-134000/rng_state_4.pth +3 -0
  40. checkpoint-134000/rng_state_5.pth +3 -0
  41. checkpoint-134000/rng_state_6.pth +3 -0
  42. checkpoint-134000/rng_state_7.pth +3 -0
  43. checkpoint-134000/rng_state_8.pth +3 -0
  44. checkpoint-134000/rng_state_9.pth +3 -0
  45. checkpoint-134000/scheduler.pt +3 -0
  46. checkpoint-134000/trainer_state.json +3 -0
  47. checkpoint-134000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -60,3 +60,5 @@ checkpoint-125000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
60
  checkpoint-126000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
61
  checkpoint-129000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
62
  checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
60
  checkpoint-126000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
61
  checkpoint-129000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
62
  checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
63
+ checkpoint-133000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
64
+ checkpoint-134000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-133000/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ar_steps": 1,
3
+ "architectures": [
4
+ "DiffVLMDiffusion"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "condition_layer": -1,
9
+ "eos_token_id": 151645,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1536,
12
+ "image_token_id": 151655,
13
+ "img_cross_attention_dim": 2048,
14
+ "img_diffuser_depth": 2,
15
+ "img_ffn_dim_multiplier": null,
16
+ "img_hidden_size": 1536,
17
+ "img_multiple_of": 256,
18
+ "img_norm_eps": 1e-05,
19
+ "img_num_attention_heads": 12,
20
+ "img_num_kv_heads": 12,
21
+ "img_qk_norm": true,
22
+ "in_channels": 32,
23
+ "initializer_range": 0.02,
24
+ "inject_img_diffuser": false,
25
+ "input_size": 32,
26
+ "intermediate_size": 8960,
27
+ "layer_group_size": 7,
28
+ "layerwise_start_idx": 0,
29
+ "lora_alpha": 128,
30
+ "lora_bias": "none",
31
+ "lora_dropout": 0.05,
32
+ "lora_enable": false,
33
+ "lora_r": 64,
34
+ "max_position_embeddings": 32768,
35
+ "max_window_layers": 28,
36
+ "model_type": "qwen2_vl",
37
+ "non_linearity": 1,
38
+ "norm_elementwise_affine": true,
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 28,
41
+ "num_key_value_heads": 2,
42
+ "patch_size": 2,
43
+ "repa_coeff": 0.1,
44
+ "repa_layers": "2",
45
+ "repa_shared": false,
46
+ "rms_norm_eps": 1e-06,
47
+ "rope_scaling": {
48
+ "mrope_section": [
49
+ 16,
50
+ 24,
51
+ 24
52
+ ],
53
+ "rope_type": "default",
54
+ "type": "default"
55
+ },
56
+ "rope_theta": 1000000.0,
57
+ "sample_size": 128,
58
+ "sampling_steps": 28,
59
+ "sliding_window": null,
60
+ "tie_word_embeddings": true,
61
+ "torch_dtype": "bfloat16",
62
+ "transformers_version": "4.47.0",
63
+ "use_cache": true,
64
+ "use_repa": false,
65
+ "use_residual_attn": true,
66
+ "use_sliding_window": false,
67
+ "vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
68
+ "video_token_id": 151656,
69
+ "vision_config": {
70
+ "hidden_size": 1536,
71
+ "in_chans": 3,
72
+ "model_type": "qwen2_vl",
73
+ "spatial_patch_size": 14
74
+ },
75
+ "vision_end_token_id": 151653,
76
+ "vision_start_token_id": 151652,
77
+ "vision_token_id": 151654,
78
+ "vocab_size": 151936
79
+ }
checkpoint-133000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 151643,
4
+ "eos_token_id": 151645,
5
+ "transformers_version": "4.47.0"
6
+ }
checkpoint-133000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83a8e0db9d78813d5fea994ccda5fd3f4a6b1711cbbc3f438deea0f0ee41782d
3
+ size 4539487822
checkpoint-133000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17878a3cff99469bb774fbdecc46bdf21e15aec9fc8d11d31be9c4d01d7a39aa
3
+ size 6632345482
checkpoint-133000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba534a47e33b837d3b01d04781d131008f9174dacb76a8260d5c7efda48c19cd
3
+ size 15984
checkpoint-133000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e47530e1f105201ec5947424ba748847d62881d60f24f9a8d4a96c1d5323b72a
3
+ size 15984
checkpoint-133000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e00322c00623742364bcbb3a49c90ae957d872312649db790defbc3e685a9e2
3
+ size 15997
checkpoint-133000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9145afd5a7013d8562a0ed8eec63a8b847558b934a75a58bfaf3549775d95758
3
+ size 15997
checkpoint-133000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9cc539e9ee966f7998a5da0f55768875bf5d389621a98b3791a043ef11e11b
3
+ size 15997
checkpoint-133000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c8f8600993f63986bb2ed8a822c17ebc4f3896d17577b7dac93b14174c2b7c0
3
+ size 15997
checkpoint-133000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09d837d78812735fe9a395b767d256ffb1028229a0bd9f995db5aedd197178a
3
+ size 15997
checkpoint-133000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95ac1b2b41aa78b0d221d57e5cb11f40fe2ef7949fd7c2628e7d7d39ce5ca571
3
+ size 15997
checkpoint-133000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df22a3206671e4d1bb0e9bb74e6208e29fd2519dd2d74b603979b02b497c3f25
3
+ size 15984
checkpoint-133000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a429649e33ae9e5a8f48bb852909733539e99c6a9921052193381f3983156850
3
+ size 15984
checkpoint-133000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d80182d5e60fd545371d77c979d50730b24a7f2eae9937e8f3500b126dfa4c88
3
+ size 15984
checkpoint-133000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d258a3da01b263acd659479e158fb9b58e79db40fe9e6ed75dded7af49fea1
3
+ size 15984
checkpoint-133000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6e33e62eff6fd052322e5309d98e382459b16eb5027739075959b41e257966c
3
+ size 15984
checkpoint-133000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ad4c4429ab7b0996a6bfdd0a66a0a5e119f9dde30bd76ccabfa397a4f614ad
3
+ size 15984
checkpoint-133000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086e5b4efb414861523d041945525da65aefbb4bc4c72973d45d404da6b5895e
3
+ size 15984
checkpoint-133000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db53fb66edae633db49896d661d20ae94d4b99ae9bc0e11e638ba7b0b98e256
3
+ size 15984
checkpoint-133000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4c59a95338988567eb425a28a08bc26ec06824964f7ae3b0c0a5b54aef64eb
3
+ size 1064
checkpoint-133000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8283fa5d998f5962f0e73c572033ced24eb844940f12880243cce958556ab82f
3
+ size 20552017
checkpoint-133000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1a545a0d7d487d01808572ada82ac5ecaa4c19fd9bb3676c59afdac2bd0379
3
+ size 6008
checkpoint-134000/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ar_steps": 1,
3
+ "architectures": [
4
+ "DiffVLMDiffusion"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "condition_layer": -1,
9
+ "eos_token_id": 151645,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1536,
12
+ "image_token_id": 151655,
13
+ "img_cross_attention_dim": 2048,
14
+ "img_diffuser_depth": 2,
15
+ "img_ffn_dim_multiplier": null,
16
+ "img_hidden_size": 1536,
17
+ "img_multiple_of": 256,
18
+ "img_norm_eps": 1e-05,
19
+ "img_num_attention_heads": 12,
20
+ "img_num_kv_heads": 12,
21
+ "img_qk_norm": true,
22
+ "in_channels": 32,
23
+ "initializer_range": 0.02,
24
+ "inject_img_diffuser": false,
25
+ "input_size": 32,
26
+ "intermediate_size": 8960,
27
+ "layer_group_size": 7,
28
+ "layerwise_start_idx": 0,
29
+ "lora_alpha": 128,
30
+ "lora_bias": "none",
31
+ "lora_dropout": 0.05,
32
+ "lora_enable": false,
33
+ "lora_r": 64,
34
+ "max_position_embeddings": 32768,
35
+ "max_window_layers": 28,
36
+ "model_type": "qwen2_vl",
37
+ "non_linearity": 1,
38
+ "norm_elementwise_affine": true,
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 28,
41
+ "num_key_value_heads": 2,
42
+ "patch_size": 2,
43
+ "repa_coeff": 0.1,
44
+ "repa_layers": "2",
45
+ "repa_shared": false,
46
+ "rms_norm_eps": 1e-06,
47
+ "rope_scaling": {
48
+ "mrope_section": [
49
+ 16,
50
+ 24,
51
+ 24
52
+ ],
53
+ "rope_type": "default",
54
+ "type": "default"
55
+ },
56
+ "rope_theta": 1000000.0,
57
+ "sample_size": 128,
58
+ "sampling_steps": 28,
59
+ "sliding_window": null,
60
+ "tie_word_embeddings": true,
61
+ "torch_dtype": "bfloat16",
62
+ "transformers_version": "4.47.0",
63
+ "use_cache": true,
64
+ "use_repa": false,
65
+ "use_residual_attn": true,
66
+ "use_sliding_window": false,
67
+ "vae_path": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
68
+ "video_token_id": 151656,
69
+ "vision_config": {
70
+ "hidden_size": 1536,
71
+ "in_chans": 3,
72
+ "model_type": "qwen2_vl",
73
+ "spatial_patch_size": 14
74
+ },
75
+ "vision_end_token_id": 151653,
76
+ "vision_start_token_id": 151652,
77
+ "vision_token_id": 151654,
78
+ "vocab_size": 151936
79
+ }
checkpoint-134000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 151643,
4
+ "eos_token_id": 151645,
5
+ "transformers_version": "4.47.0"
6
+ }
checkpoint-134000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7dded2152feabb80219d07f509403bb3ad505b0b5d3efd2ebb8004e7a305ce9
3
+ size 4539487822
checkpoint-134000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08794fe5ce9e2c85e044f8ad0bec2c207e39fc73ba2f44520f77e856fd57d972
3
+ size 6632345482
checkpoint-134000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfe7ae6bee55672c7a043179c6727835f09764b33dfe34540309a9e663ea42d
3
+ size 15984
checkpoint-134000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1695385faacd9d2f0c3d406509f03264b39a95d7c5f6fa7dd0d5af467b6e85
3
+ size 15984
checkpoint-134000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee273bebc48e4cf448d25f00d460cce7eaefa3332c2ffb2366e38b0fb60beb02
3
+ size 15997
checkpoint-134000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e81e59a18ac5a9d4e4b2a92c951efefd56cd51f3f05bf2d269ff8ec12da81e1
3
+ size 15997
checkpoint-134000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57bd154851a4748213534562e87ea44ec69cda19cb3564f51c17ebcdd8a01bfd
3
+ size 15997
checkpoint-134000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba180c10fce0f314dac4b7c01f222026071f4d9ee6e0a013b15d84871757cbb
3
+ size 15997
checkpoint-134000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5969e115d100e5e936603bec9facb247ac5d4caba5039766cc42ecae3c4dd8a
3
+ size 15997
checkpoint-134000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:175333011694d7b11f087ba4a8ef6c913bdb8f116cb08ba93858e07ecd48fd8f
3
+ size 15997
checkpoint-134000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e57142cae2be0f2139700f374a58f312363484a65612378500a0635eaf7c09
3
+ size 15984
checkpoint-134000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdfcf794af57e195e8bfe6b0612e4f666daeb4580361134f48f28597a0736858
3
+ size 15984
checkpoint-134000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e3dfecf6021f0437b0a207cf5321a34758126fc1a57d4569c1cfb511df1ca9
3
+ size 15984
checkpoint-134000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e167563ce8e5af71779181c1506563f76253b5e41d205950361507c78d814a6
3
+ size 15984
checkpoint-134000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d70b59098ae575023e52dd969b3b987a47bade5c93f2c2e26bee9400386b6a4
3
+ size 15984
checkpoint-134000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddbcd15cfbcb7274226fca80f20571d07c501c5381233dd902d7842b2d606627
3
+ size 15984
checkpoint-134000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337d452363e12dc624de19d3957db86d6b5a065921c38812a403df828fbfbc4c
3
+ size 15984
checkpoint-134000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbfee8ef59081673fb1b45a870538f4797ec988ad5000fc40ed0de15e186901e
3
+ size 15984
checkpoint-134000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75fd260d948218b12bae5d71320ebc280e733949529065029daca40ca6063557
3
+ size 1064
checkpoint-134000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332a102146ca18ec8c0c9b6a6872d4648a1e6bb99391f01b91d3d8fb4da6f3c4
3
+ size 20707233
checkpoint-134000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:671839af56e93adc718f845dc97d8c2bfed27ea6a51ca2e1a8f2025a3bd5b1f6
3
+ size 6008