google / gemma_pytorch

The official PyTorch implementation of Google's Gemma models
https://ai.google.dev/gemma
Apache License 2.0
5.19k stars 492 forks source link

Changed <2B or 7B> to <2b or 7b> in README #21

Closed r-gheda closed 5 months ago

r-gheda commented 5 months ago

The README suggests to set variant of the model to either 2B or 7B but the docker actually gets "2b" or "7b" as an input (see also line 68 of run.py).