missing automap

#1
by SmerkyG - opened

Hi! Just wanted to let you know this model is missing some of the config options from the others:

"architectures": [
    "RWKV7ForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "modeling_rwkv7.RWKV7Config",
    "AutoModel": "modeling_rwkv7.RWKV7Model",
    "AutoModelForCausalLM": "modeling_rwkv7.RWKV7ForCausalLM"
  },
fla-hub org

My mistake, the auto generated config does not have those, so I added them manually. should have been fixed.

ZhangRC changed discussion status to closed

Sign up or log in to comment