Remove `auto_map` from `config.json`
#1
by
alvarobartt
HF Staff
- opened
Jamba native support in Transformers was introduced upon https://github.com/huggingface/transformers/releases/tag/v4.40.0, so auto_map
not required as it's pointing to remote code at https://huggingface.co/ai21labs/Jamba-v0.1 which can be a security risk as it requires the Transformers pipeline to add trust_remote_code=True
Closing this PR as it's not required at the moment, since the trust_remote_code=True
flag will still be required for the tokenizer which is living within each of the Dayhoff models, that being said, closing this PR since it won't really prevent users from having to trust remote code on their instances.
alvarobartt
changed pull request status to
closed