From 709143e9a60ccac5476f1ecd762fae27c338f976 Mon Sep 17 00:00:00 2001 From: Daniel Keysers Date: Thu, 26 Sep 2024 06:37:36 -0700 Subject: [PATCH] Add download location of Pali Gemma weights to README.md. PiperOrigin-RevId: 679127088 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 868b911..dd2062b 100644 --- a/README.md +++ b/README.md @@ -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 \