Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ For examples and use cases, see our
report issues and feedback in
[our GitHub](https://github.com/google-deepmind/gemma/issues).

### Prerequisites

* **Python 3.11 or higher:** This library requires modern Python components (e.g. Kauldron and JAX). Using an older Python version (**3.10 or lower**) will cause `pip` to install an unrelated "gemma" package from 2020, resulting in `ImportError: cannot import name 'gm'`.

### Installation

1. Install JAX for CPU, GPU or TPU. Follow the instructions on
Expand Down