hmellor HF Staff commited on
Commit
204e4e8
·
verified ·
1 Parent(s): bbe6cd2

Fix model for vLLM

Browse files

This model is currently unusable in vLLM.

This PR updates `architectures` to match https://github.com/huggingface/transformers/blob/513f76853b00bb30ee6d152d689c0e7f5359e55f/src/transformers/models/ernie4_5/modeling_ernie4_5.py#L402

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "Ernie4_5_ForCausalLM"
4
  ],
5
  "bos_token_id": 1,
6
  "eos_token_id": 2,
 
1
  {
2
  "architectures": [
3
+ "Ernie4_5ForCausalLM"
4
  ],
5
  "bos_token_id": 1,
6
  "eos_token_id": 2,