We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HuggingFace now has the Gemma model: https://huggingface.co/google/gemma-7b-it
{:ok, nx_model_info} = Bumblebee.load_model({:hf, "google/gemma-7b-it", [auth_token: @hf_token]}) {:ok, nx_tokenizer} = Bumblebee.load_tokenizer({:hf, "google/gemma-7b-it", [auth_token: @hf_token]})
ArgumentError could not match the class name "GemmaForCausalLM" to any of the supported models, please specify the :module and :architecture options
The text was updated successfully, but these errors were encountered:
See: #358
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
HuggingFace now has the Gemma model: https://huggingface.co/google/gemma-7b-it
Expected
Actual
The text was updated successfully, but these errors were encountered: