gemma_pytorch
gemma_pytorch copied to clipboard
Docker image comes with outdated Python version for Gemma-3 support
I get the following error since setup.py sets python_requires=">=3.11" while the base image pytorch/pytorch:2.1.2-cuda11.8-cudnn8-runtime uses Python: 3.10.13:
ERROR: Package 'gemma' requires a different Python: 3.10.13 not in '>=3.11'