medimed commited on
Commit
6d3f661
·
verified ·
1 Parent(s): ed150ff

Upload Qwen3ForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +2 -3
  2. model.safetensors +2 -2
  3. recipe.yaml +7 -7
config.json CHANGED
@@ -58,8 +58,7 @@
58
  ],
59
  "kv_cache_scheme": null,
60
  "quant_method": "compressed-tensors",
61
- "quantization_status": "compressed",
62
- "sparsity_config": {}
63
  },
64
  "rms_norm_eps": 1e-06,
65
  "rope_scaling": null,
@@ -71,4 +70,4 @@
71
  "use_cache": true,
72
  "use_sliding_window": false,
73
  "vocab_size": 151936
74
- }
 
58
  ],
59
  "kv_cache_scheme": null,
60
  "quant_method": "compressed-tensors",
61
+ "quantization_status": "compressed"
 
62
  },
63
  "rms_norm_eps": 1e-06,
64
  "rope_scaling": null,
 
70
  "use_cache": true,
71
  "use_sliding_window": false,
72
  "vocab_size": 151936
73
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e42a4672b21a263af7306e0346782f84d97109a6f9dbd3a8eaac6775f449b4de
3
- size 1192846256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc132d0120a0b64588695356f85348d85f66dba256e5f6c0f8b6fe2c193c30c
3
+ size 1063608800
recipe.yaml CHANGED
@@ -1,7 +1,7 @@
1
- default_stage:
2
- default_modifiers:
3
- SmoothQuantModifier: {smoothing_strength: 0.8}
4
- GPTQModifier:
5
- scheme: W8A8
6
- targets: Linear
7
- ignore: [lm_head]
 
1
+ default_stage:
2
+ default_modifiers:
3
+ SmoothQuantModifier: {smoothing_strength: 0.8}
4
+ GPTQModifier:
5
+ scheme: W8A8
6
+ targets: Linear
7
+ ignore: [lm_head]