demon-zombie commited on
Add ParallelLMHead to quantization targets for vLLM compat
Browse files- 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,
|