File size: 594 Bytes
b30771b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "recipe": "nvfp4_awq",
  "weight_only": true,
  "quant_lmhead": true,
  "modelopt_artifact": "transformer/modelopt_quantized.pt",
  "loader": "Cosmos3OmniTransformer.from_config + modelopt.restore_from_modelopt_state + safetensors load_state_dict",
  "exclusions": [
    "embed_tokens",
    "*norm*",
    "time_embedder",
    "proj_in",
    "proj_out",
    "audio_*",
    "action_*"
  ],
  "scale_layout": {
    "weight_scale_suffixes": [
      "_amax",
      "_scale"
    ],
    "global_scale_suffixes": [],
    "n_weight": 802,
    "n_scale": 1010,
    "granularity": "per-block-16"
  }
}