Skip to content

Commit

Permalink
Update ppo_training.py
Browse files Browse the repository at this point in the history
  • Loading branch information
princepride authored May 31, 2024
1 parent 04d217b commit f2cf523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppo_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
MODEL_CLASSES = {
"bloom": (AutoConfig, BloomForCausalLM, BloomTokenizerFast),
"chatglm": (AutoConfig, AutoModel, AutoTokenizer),
"llama": (AutoConfig, LlamaForCausalLM, LlamaTokenizer),
"llama": (AutoConfig, LlamaForCausalLM, AutoTokenizer),
"baichuan": (AutoConfig, AutoModelForCausalLM, AutoTokenizer),
"auto": (AutoConfig, AutoModelForCausalLM, AutoTokenizer),
}
Expand Down

0 comments on commit f2cf523

Please sign in to comment.