gemma_pytorch icon indicating copy to clipboard operation
gemma_pytorch copied to clipboard

Docker image comes with outdated Python version for Gemma-3 support

Open MalekWahidi opened this issue 9 months ago • 0 comments

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'

MalekWahidi avatar Apr 09 '25 10:04 MalekWahidi