remove non-parameters module from MOSSGPTQForCausalLM.outside_layer_modules
This commit is contained in:
parent
d9e7363fa8
commit
16d8dd200f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from ._base import *
|
|||
class MOSSGPTQForCausalLM(BaseGPTQForCausalLM):
|
||||
layer_type = "MossBlock"
|
||||
layers_block_name = "transformer.h"
|
||||
outside_layer_modules = ["transformer.wte", "transformer.drop", "transformer.ln_f"]
|
||||
outside_layer_modules = ["transformer.wte", "transformer.ln_f"]
|
||||
inside_layer_modules = [
|
||||
["attn.qkv_proj"],
|
||||
["attn.out_proj"],
|
||||
|
|
Loading…
Add table
Reference in a new issue