"vllm/vscode:/vscode.git/clone" did not exist on "258a2c58d08fc7a242556120877a89404861fbce"
Commit 0cc9bc74 authored by yangql's avatar yangql
Browse files

修复awq 的mtp中的blockint8的问题

parent 1b98d0bb
...@@ -517,4 +517,5 @@ class BlockInt8MoEMethod: ...@@ -517,4 +517,5 @@ class BlockInt8MoEMethod:
block_shape=self.quant_config.weight_block_size, block_shape=self.quant_config.weight_block_size,
use_nn_moe=use_nn_moe, use_nn_moe=use_nn_moe,
shared_output=shared_output, shared_output=shared_output,
routed_scaling_factor=routed_scaling_factor,
) )
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment