zhiyang1 commited on
Commit
873553f
·
verified ·
1 Parent(s): 306564c

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +2 -0
  2. checkpoint-139000/config.json +79 -0
  3. checkpoint-139000/generation_config.json +6 -0
  4. checkpoint-139000/model.safetensors +3 -0
  5. checkpoint-139000/optimizer.pt +3 -0
  6. checkpoint-139000/rng_state_0.pth +3 -0
  7. checkpoint-139000/rng_state_1.pth +3 -0
  8. checkpoint-139000/rng_state_10.pth +3 -0
  9. checkpoint-139000/rng_state_11.pth +3 -0
  10. checkpoint-139000/rng_state_12.pth +3 -0
  11. checkpoint-139000/rng_state_13.pth +3 -0
  12. checkpoint-139000/rng_state_14.pth +3 -0
  13. checkpoint-139000/rng_state_15.pth +3 -0
  14. checkpoint-139000/rng_state_2.pth +3 -0
  15. checkpoint-139000/rng_state_3.pth +3 -0
  16. checkpoint-139000/rng_state_4.pth +3 -0
  17. checkpoint-139000/rng_state_5.pth +3 -0
  18. checkpoint-139000/rng_state_6.pth +3 -0
  19. checkpoint-139000/rng_state_7.pth +3 -0
  20. checkpoint-139000/rng_state_8.pth +3 -0
  21. checkpoint-139000/rng_state_9.pth +3 -0
  22. checkpoint-139000/scheduler.pt +3 -0
  23. checkpoint-139000/trainer_state.json +3 -0
  24. checkpoint-139000/training_args.bin +3 -0
  25. checkpoint-140000/config.json +79 -0
  26. checkpoint-140000/generation_config.json +6 -0
  27. checkpoint-140000/model.safetensors +3 -0
  28. checkpoint-140000/optimizer.pt +3 -0
  29. checkpoint-140000/rng_state_0.pth +3 -0
  30. checkpoint-140000/rng_state_1.pth +3 -0
  31. checkpoint-140000/rng_state_10.pth +3 -0
  32. checkpoint-140000/rng_state_11.pth +3 -0
  33. checkpoint-140000/rng_state_12.pth +3 -0
  34. checkpoint-140000/rng_state_13.pth +3 -0
  35. checkpoint-140000/rng_state_14.pth +3 -0
  36. checkpoint-140000/rng_state_15.pth +3 -0
  37. checkpoint-140000/rng_state_2.pth +3 -0
  38. checkpoint-140000/rng_state_3.pth +3 -0
  39. checkpoint-140000/rng_state_4.pth +3 -0
  40. checkpoint-140000/rng_state_5.pth +3 -0
  41. checkpoint-140000/rng_state_6.pth +3 -0
  42. checkpoint-140000/rng_state_7.pth +3 -0
  43. checkpoint-140000/rng_state_8.pth +3 -0
  44. checkpoint-140000/rng_state_9.pth +3 -0
  45. checkpoint-140000/scheduler.pt +3 -0
  46. checkpoint-140000/trainer_state.json +3 -0
  47. checkpoint-140000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -66,3 +66,5 @@ checkpoint-129000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
66
  checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
67
  checkpoint-132000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
68
  checkpoint-133000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
 
 
 
66
  checkpoint-130000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
67
  checkpoint-132000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
68
  checkpoint-133000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
69
+ checkpoint-139000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
70
+ checkpoint-140000/trainer_state.json filter=lfs diff=lfs merge=lfs -text
checkpoint-139000/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": false,
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-139000/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-139000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a04a2caf244d6635267741ae5918054507e32343f20d6ad861e582a54d34d22a
3
+ size 4538452374
checkpoint-139000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d544c32cb9be98065a70d47209a1c75d0fd347c0d333915502a9ed5a560168e0
3
+ size 6630551906
checkpoint-139000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:967de58c8d4e9ea421cc65044ca24252e591660e34517683109d09e0b1f9813c
3
+ size 15984
checkpoint-139000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d7bf1a69e91963d02a9f4c50d08e8be39ac2272ac10ec6691d82a9c1810b4e
3
+ size 15984
checkpoint-139000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad8185e3969de599100d04eb7b1bf47c17b64ae5129aaae7b0c97f974eb842b
3
+ size 15997
checkpoint-139000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8f60dc9a8764169da83711aafd653ce4eeda3b3afdb915f7f720a30078206d
3
+ size 15997
checkpoint-139000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:253187f3bb730d3a1f296f0a54054ed0ff1c3e88a5a349b44499da9ff5447052
3
+ size 15997
checkpoint-139000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:292801196bcd1b6637922244c67383f243261ee1805e583d52500071d0f68381
3
+ size 15997
checkpoint-139000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e5e5ef3944a4a122ae9a4d34626b17933b1a9b488e2bba536d05099293e0a1c
3
+ size 15997
checkpoint-139000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c3b639511c7da423cf0aaf0ab179295b049afa5e6d3055bf2113ccc16d3c0c
3
+ size 15997
checkpoint-139000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f0a9d0bd90abd8a09880a57511ef8f53b590d190ee1a8365ace0f585d369fca
3
+ size 15984
checkpoint-139000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984d6468f648bab0f44e0b940b37bd2635474f61ed6ef50f96344c5382dea8bd
3
+ size 15984
checkpoint-139000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a073aebbc18d27f07b467a61607663ba8d1f6456e1a830402ba8e4e91bfb0a
3
+ size 15984
checkpoint-139000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7cdc85888d67e40da7a0fc5505d6e1f08f4e027c3e3e9a6237f3ee400cc9e25
3
+ size 15984
checkpoint-139000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da63021c5a3b6abacba3988b6cdd711befc7ca5f1d7a718563cd90e537f4f5ae
3
+ size 15984
checkpoint-139000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62dc0d76a7154cbca5584761ed62540d885f3de17b733fa7ae0a9aaaf1715c1f
3
+ size 15984
checkpoint-139000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:487002a122def10c68affbf7323b4d955bb8e23c4d129cd76b1064cdd03b9db8
3
+ size 15984
checkpoint-139000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab2da7070a89e37b9c3891303be4a52ec4e0eac63a5bf91f64582401b04fa605
3
+ size 15984
checkpoint-139000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08c44a07fb76b840af7b12ecb5291e0f27945f8069a3821846c3c33a4501ea44
3
+ size 1064
checkpoint-139000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6290ea49baa3b27fe0c133663d31a7f21e839d56990f8ea601c46edc67456d7
3
+ size 21538012
checkpoint-139000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb82aa1ffd8896983d67342343a34a2cd368e89fe6f3926113a5b53a92170bde
3
+ size 6008
checkpoint-140000/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": false,
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-140000/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-140000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1255b87b2d030aad2622eb20886fa57ceddf6c6b8fa630a4a6b8de561d7aa8b3
3
+ size 4538452374
checkpoint-140000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe08a4b82fcafd882981f4b1f38457fd76847977bcad00a051e74f0740417960
3
+ size 6630551906
checkpoint-140000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef562b9a3c29a2c90b04989296648bd8896f646ac6fc1514155c4964d4159083
3
+ size 15984
checkpoint-140000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08bc39822755472fad9526a940513393e07849862c628bada0e05ee878b1d407
3
+ size 15984
checkpoint-140000/rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0be31e33c24170bd1164c63ae19a054ef3d7d8fdc08c06eb000409c4bde541a
3
+ size 15997
checkpoint-140000/rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14620298ecb15bbf269d02d9bfce29d9e26144132292a2e9ee0f2e7ad2188c0e
3
+ size 15997
checkpoint-140000/rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50a9e5d9be6de626dd0a89f588ba5f66a5d4a9e07840d25a0a82c30609a0f40
3
+ size 15997
checkpoint-140000/rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26b26b3ea78f46507961a31411544cfe72a447bb819bfc64fe2987ef3e54182
3
+ size 15997
checkpoint-140000/rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81d9f058422bd37e3a37a94a9282af17f2bb345e2667ee44e3455cdc06f8c934
3
+ size 15997
checkpoint-140000/rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5319a089f19dd56d4119f12dac0dcdc368a6ce0fe59c8584986d7a784bdfa460
3
+ size 15997
checkpoint-140000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e252cc43357228761fcacbceb232cde75e4d637b22a28cf6978ea18711a446
3
+ size 15984
checkpoint-140000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d843c531cd88f7c56f94dd1a114985ff69695d5bfed4473a8ef7a451b232547e
3
+ size 15984
checkpoint-140000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e3342dbd4660737358fc17ebed2a15674d2e12fd604cebc425df47ff0f08d23
3
+ size 15984
checkpoint-140000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd7f3863286ec360b21b5bc137c9252287f8322852fde26dd85d8814819c7e8
3
+ size 15984
checkpoint-140000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e49662bd6232906841aba6c78870add5dec3579ed5968a48470ad17bbb7fbeb
3
+ size 15984
checkpoint-140000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2940b9f90b6757e2ff664195c10087881981b525c7fc61710422392140fd1b7
3
+ size 15984
checkpoint-140000/rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b44bfa89a338b51f53fc804d32be33794273e5d4004e14738e9d8d29b01e77df
3
+ size 15984
checkpoint-140000/rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f1501d4af23cf2d95b12648e7053eade0d4734496fa1a4b954cd14665769b3d
3
+ size 15984
checkpoint-140000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff16d09f9cc02f4ad9fe870284beddf3f6d3295d77f2af5fce411d4f511aa8c
3
+ size 1064
checkpoint-140000/trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2b08a86613836d1dd10d07fc93328c23bc9ee56787cfa56e909035f2238f382
3
+ size 21693827
checkpoint-140000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb82aa1ffd8896983d67342343a34a2cd368e89fe6f3926113a5b53a92170bde
3
+ size 6008