mirror of https://github.com/google/gemma.cpp.git
Add download location of Pali Gemma weights to README.md.
PiperOrigin-RevId: 679127088
This commit is contained in:
parent
1bd64ec350
commit
709143e9a6
|
|
@ -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
|
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
|
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 \
|
```./gemma \
|
||||||
--tokenizer paligemma_tokenizer.model \
|
--tokenizer paligemma_tokenizer.model \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue