ailuntz commited on
Commit
b56c06f
·
verified ·
1 Parent(s): 521fd69

Add mlx_manifest.json

Browse files
Files changed (1) hide show
  1. mlx_manifest.json +64 -0
mlx_manifest.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "soulx-singer-mlx",
3
+ "source": "Soul-AILab/SoulX-Singer",
4
+ "official_code": "https://github.com/Soul-AILab/SoulX-Singer",
5
+ "precision": "8bit",
6
+ "dtype": "bfloat16",
7
+ "components": [
8
+ {
9
+ "component": "svs",
10
+ "source_file": "model.pt",
11
+ "tensor_count": 587,
12
+ "skipped": [],
13
+ "numel": 704471426,
14
+ "weight_files": [
15
+ "model-00001-of-00006.safetensors",
16
+ "model-00002-of-00006.safetensors",
17
+ "model-00003-of-00006.safetensors",
18
+ "model-00004-of-00006.safetensors",
19
+ "model-00005-of-00006.safetensors",
20
+ "model-00006-of-00006.safetensors"
21
+ ]
22
+ },
23
+ {
24
+ "component": "svc",
25
+ "source_file": "model-svc.pt",
26
+ "tensor_count": 544,
27
+ "skipped": [],
28
+ "numel": 698444162,
29
+ "weight_files": [
30
+ "model-00001-of-00006.safetensors",
31
+ "model-00002-of-00006.safetensors",
32
+ "model-00003-of-00006.safetensors",
33
+ "model-00004-of-00006.safetensors",
34
+ "model-00005-of-00006.safetensors",
35
+ "model-00006-of-00006.safetensors"
36
+ ]
37
+ }
38
+ ],
39
+ "runtime": {
40
+ "svs": "SoulXSinger checkpoint, saved as MLX-compatible safetensors",
41
+ "svc": "SoulXSingerSVC checkpoint, saved as MLX-compatible safetensors",
42
+ "decoder": "full audio generation currently uses the official PyTorch bridge"
43
+ },
44
+ "quantization": {
45
+ "bits": 8,
46
+ "group_size": 64,
47
+ "mode": "affine",
48
+ "layout": "each quantized tensor is stored as .qweight/.scales/.biases"
49
+ },
50
+ "quantization_summary": [
51
+ {
52
+ "component": "svs",
53
+ "quantized_tensors": 289,
54
+ "kept_tensors": 298
55
+ },
56
+ {
57
+ "component": "svc",
58
+ "quantized_tensors": 270,
59
+ "kept_tensors": 274
60
+ }
61
+ ],
62
+ "target_repo": "mlx-community/SoulX-Singer-8bit",
63
+ "collection": "https://huggingface.co/collections/mlx-community/soulx-singer-mlx-6a1c0525d0911ea400102840"
64
+ }