demon-zombie commited on
Commit
02083ec
·
verified ·
1 Parent(s): 496733f

Add ParallelLMHead to quantization targets for vLLM compat

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -25,7 +25,8 @@
25
  },
26
  "output_activations": null,
27
  "targets": [
28
- "Linear"
 
29
  ],
30
  "weights": {
31
  "actorder": null,
 
25
  },
26
  "output_activations": null,
27
  "targets": [
28
+ "Linear",
29
+ "ParallelLMHead"
30
  ],
31
  "weights": {
32
  "actorder": null,