Add download location of Pali Gemma weights to README.md.

PiperOrigin-RevId: 679127088
This commit is contained in:
Daniel Keysers 2024-09-26 06:37:36 -07:00 committed by Copybara-Service
parent 1bd64ec350
commit 709143e9a6
1 changed files with 3 additions and 1 deletions

View File

@ -268,7 +268,9 @@ We provide a C++ implementation of this model here.
To use the version of PaliGemma included in this repository, build the gemma
binary as noted above in Step 3. Download the compressed weights and tokenizer
from //TODO(keysers) - update location// and run the binary as follows:
from
[Kaggle](https://www.kaggle.com/models/google/paligemma/gemmaCpp/paligemma-3b-mix-224)
and run the binary as follows:
```./gemma \
--tokenizer paligemma_tokenizer.model \