Model name with "."
#2
by
illorca
- opened
Any chance to get the model without a "." on the name? I am getting the ModuleNotFoundError
when trying to load through AutoModelForCausalLM
.
Thanks!
illorca
changed discussion status to
closed
You closed this, so did you find a solution? I can rename the repo if it's necessary.
I hoped that Transformers bug might have been fixed by now. It's a long-standing issue, where any model that needs trust_remote_code=True
can't have a .
in its name, due to a bug in the auto_map
loading code. I forgot about that when making this model.