Replies: 1 comment 1 reply
-
Do the official examples work for you? https://huggingface.co/google/gemma-2b#running-the-model-on-a-cpu Maybe you haven't configured your HF auth, or haven't accepted the terms and conditions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First, a huge thanks to the folks that make Outlines possible! Sorry for the naïve question, but is there a running list of what Transformers models are known to work well with Outlines? Or guidelines on what's generally required from a Transformers model to be compatible? For instance, I've gotten Mistral, Mixtral, Phi, and GPT-2 to work, but Google's latest Gemma model throws a
KeyError
. Short reprex:Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions