Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Transformers initializer for Falcon models #1988

Open
martin-gorner opened this issue Nov 19, 2024 · 0 comments
Open

Missing Transformers initializer for Falcon models #1988

martin-gorner opened this issue Nov 19, 2024 · 0 comments

Comments

@martin-gorner
Copy link
Contributor

martin-gorner commented Nov 19, 2024

Repro code:
model5 = keras_hub.models.CausalLM.from_preset("hf://tiiuae/falcon-7b-instruct", dtype="bfloat16")
Result:
ValueError: KerasHub has no converter for huggingface/transformers models with model type 'falcon'

Now that the Falcon model family exists in Keras-hub, this should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant