Skip to content

Commit

Permalink
fix typo (#11351)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRD971000 authored Nov 21, 2024
1 parent dabd47f commit ed05600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/llm/recipes/mamba2_hybrid_8b.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def tokenizer(tokenizer_model: str = None) -> run.Config[pl.LightningModule]:

return run.Config(
get_nmt_tokenizer,
library='megatronNVIDIAMambaConfig8B',
library='megatron',
model_name="GPTSentencePieceTokenizer",
tokenizer_model=tokenizer_model,
use_fast=True,
Expand Down

0 comments on commit ed05600

Please sign in to comment.