Skip to content

Commit

Permalink
Fixed the error related to CausalLM
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshjawla committed Dec 12, 2024
1 parent e21cc89 commit af584b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/huggingface/load.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:roberta => :[
Model, ForMaskedLM, ForCausalLM, ForSequenceClassification, ForTokenClassification, ForQuestionAnswering,
].args,
:distilbert => :[Model, ForMaskedLM, ForCausalLM].args,
:distilbert => :[Model, ForMaskedLM].args,
:gpt2 => [:Model, :LMHeadModel],
:t5 => [:Model, :ForConditionalGeneration],
:gpt_neo => [:Model, :ForCausalLM],
Expand Down

0 comments on commit af584b3

Please sign in to comment.