fix: resolve fp8 for mixtral (#1290)
This commit is contained in:
@@ -362,7 +362,7 @@ class MixtralForCausalLM(nn.Module):
|
|||||||
weight_loader(
|
weight_loader(
|
||||||
param,
|
param,
|
||||||
loaded_weight,
|
loaded_weight,
|
||||||
weight_name,
|
name,
|
||||||
shard_id=shard_id,
|
shard_id=shard_id,
|
||||||
expert_id=expert_id,
|
expert_id=expert_id,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user