add model: qwen2-audio (#7596)
This commit is contained in:
@@ -425,6 +425,7 @@ class Qwen2ForCausalLM(nn.Module):
|
||||
quant_config=quant_config,
|
||||
prefix=add_prefix("lm_head", prefix),
|
||||
)
|
||||
|
||||
else:
|
||||
# ranks other than the last rank will have a placeholder layer
|
||||
self.lm_head = PPMissingLayer()
|
||||
|
||||
Reference in New Issue
Block a user