Skip to content

Commit b787fde

Browse files
authored
change mimo v2 pro arch (#986)
1 parent c0badba commit b787fde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/sgl_jax/srt/models/mimo_v2_pro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
logger = logging.getLogger(__name__)
2020

2121

22-
class MiMoV2ProForCausalLM(MiMoV2FlashForCausalLM):
22+
class MiMoV2ForCausalLM(MiMoV2FlashForCausalLM):
2323

2424
def __init__(
2525
self,
@@ -240,4 +240,4 @@ def _create_layer_mappings(self, layer_idx: int) -> dict:
240240
return mappings
241241

242242

243-
EntryClass = MiMoV2ProForCausalLM
243+
EntryClass = MiMoV2ForCausalLM

0 commit comments

Comments
 (0)