gemma
gemma copied to clipboard
Open weights LLM from Google DeepMind.
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: ```...
Source-: Hugging-face documentation.  My code-:  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...
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$...
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...