gemma icon indicating copy to clipboard operation
gemma copied to clipboard

Open weights LLM from Google DeepMind.

Results 157 gemma issues
Sort by recently updated
recently updated
newest added

Hello, I'm following the instructions provided in your Readme, and when I run `pip install git+https://github.com/google-deepmind/gemma.git`, it throws me an error that says **"subprocess-exited-with-error"**. Here is the error log: ```...

bug

Source-: Hugging-face documentation. ![image](https://github.com/google-deepmind/gemma/assets/94215304/b32cefa1-ae71-4070-b448-9a77098b4077) My code-: ![image](https://github.com/google-deepmind/gemma/assets/94215304/de208333-4078-457f-a065-475645eafdc9) My error log   | Title | Author | Genre | SubGenre | Height | Publisher -- | -- | -- | -- |...

Running poetry install results in this error: ``` The Poetry configuration is invalid: - Additional properties are not allowed ('python-version' was unexpected) ``` With this change I can successfully install...

I cannot get the Colabs to run on https://colab.research.google.com. I had to replace ``` !pip install https://github.com/deepmind/gemma ``` with ``` !pip install "git+https://github.com/google-deepmind/gemma.git" ``` as the former repository does not...

bug

I'm running on WSL2/Ubuntu on Win11. Deliberately using CPU mode as my GPU is too weak. Using Python 3.10.12. Here is the output when trying to run sampling.py: ``` ~/gemma$...

bug

Hi there :hugs: In collaboration with Google, we added the gemma flax files to the Hugging Face Hub. This PR adds instructions to manually or programmatically download the models.

Hi everyone, Is it necessary for the project to pin the version of `flax`? Can you use the latest `flax` or to use version greater or less than `0.7.5`? Thank...

not found, please give me a way

question