mirror of https://github.com/google/gemma.cpp.git
Tiny update of the README formatting.
PiperOrigin-RevId: 679162673
This commit is contained in:
parent
709143e9a6
commit
71116daf64
|
|
@ -272,7 +272,8 @@ from
|
||||||
[Kaggle](https://www.kaggle.com/models/google/paligemma/gemmaCpp/paligemma-3b-mix-224)
|
[Kaggle](https://www.kaggle.com/models/google/paligemma/gemmaCpp/paligemma-3b-mix-224)
|
||||||
and run the binary as follows:
|
and run the binary as follows:
|
||||||
|
|
||||||
```./gemma \
|
```sh
|
||||||
|
./gemma \
|
||||||
--tokenizer paligemma_tokenizer.model \
|
--tokenizer paligemma_tokenizer.model \
|
||||||
--model paligemma-224 \
|
--model paligemma-224 \
|
||||||
--weights paligemma-3b-mix-224-sfp.sbs \
|
--weights paligemma-3b-mix-224-sfp.sbs \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue