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

Change return to raise in `get_model_config`. #62

Closed texasmichelle closed 1 month ago

texasmichelle commented 1 month ago

Resolves bad-return-type error.

pengchongjin commented 1 month ago

Thanks, @texasmichelle ! Looks good!