Skip to content

Commit

Permalink
add ChatGLMForCausalLM
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <[email protected]>
  • Loading branch information
akoumpa committed Nov 20, 2024
1 parent da0ecee commit 433af57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nemo/collections/llm/gpt/model/auto_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
from nemo.collections.common.tokenizers.tokenizer_spec import TokenizerSpec

HF_TO_MCORE_REGISTRY = {
'ChatGLMForCausalLM': llm.ChatGLMModel,
'Phi3ForCausalLM': llm.Phi3Model,
'MixtralForCausalLM': llm.MixtralModel,
'MistralForCausalLM': llm.MistralModel,
Expand Down

0 comments on commit 433af57

Please sign in to comment.