Skip to content

Commit e4ffc93

Browse files
committed
add python version prerequisite
1 parent ae84d95 commit e4ffc93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ For examples and use cases, see our
1717
report issues and feedback in
1818
[our GitHub](https://github.com/google-deepmind/gemma/issues).
1919

20+
### Prerequisites
21+
22+
* **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'`.
23+
2024
### Installation
2125

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

0 commit comments

Comments
 (0)