[Fix] Fix Qwen3.5 MoE model loading and Mamba cache sharding in PP mode (#21448)
Co-authored-by: zhangxiaolei123456 <zhangxiaolei.666@bytedance.com>
This commit is contained in:
co-authored by
zhangxiaolei123456
parent
c06ca1526c
commit
9b4dd27478
@@ -99,6 +99,7 @@ class TestMamba(unittest.TestCase):
|
||||
device=device,
|
||||
enable_memory_saver=False,
|
||||
cache_params=mamba2_cache_params,
|
||||
mamba_layer_ids=mamba_layers,
|
||||
enable_mamba_extra_buffer=False,
|
||||
speculative_num_draft_tokens=3,
|
||||
)
|
||||
@@ -340,6 +341,7 @@ class TestMamba(unittest.TestCase):
|
||||
device=device,
|
||||
enable_memory_saver=False,
|
||||
cache_params=mamba2_cache_params,
|
||||
mamba_layer_ids=mamba_layers,
|
||||
enable_mamba_extra_buffer=False,
|
||||
speculative_num_draft_tokens=3,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user