Remove the auto map as the model is integrated natively in transformers
#12
by
lysandre
HF Staff
- opened
Hey 👋
Congrats on the release, awesome to see!
The model has been integrated natively in transformers
since version v4.51: https://github.com/huggingface/transformers/releases/tag/v4.51.0
If this R1 variant has no architectural change, you should be able to use it without using the trust_remote_code=True
option.
I think it should stay so that it works with older versions.
in favor of merging this PR