Skip to content

Commit

Permalink
remove from CausalLM
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Feb 6, 2024
1 parent 4ef64c0 commit 68e1a82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformers/models/auto/modeling_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@
("gpt_neox", "GPTNeoXForCausalLM"),
("gpt_neox_japanese", "GPTNeoXJapaneseForCausalLM"),
("gptj", "GPTJForCausalLM"),
("lagllama", "LagLlamaForCausalLM"),
("llama", "LlamaForCausalLM"),
("marian", "MarianForCausalLM"),
("mbart", "MBartForCausalLM"),
Expand Down

0 comments on commit 68e1a82

Please sign in to comment.