-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Latest Docker image fails while initializing gemma2 #2275
Comments
Thanks for reporting this 👍 There were some issues with gemma. I think this patch might address this as well. Could you confirm if this is the case? |
I now get a different error, both in the latest image and in 2.2.0.
|
Ah it seem like this one doesn't have softcapping (#2273). Would that work for you? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Info
I tried the following systems, both with the same exception:
Information
Tasks
Reproduction
docker run --gpus all --shm-size 1g -p 8080:80 ghcr.io/huggingface/text-generation-inference:sha-6aebf44 --model-id google/gemma-2-9b-it
Using text-generation-inference:2.1.1, it works correctly, even though both share the same transformers version.
Expected behavior
initializing the model correctly
The text was updated successfully, but these errors were encountered: