File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ foundation models from Google.
66For additional information about Gemma, see
77[ ai.google.dev/gemma] ( https://ai.google.dev/gemma ) . Model weights, including
88gemma.cpp specific artifacts, are
9- [ available on kaggle] ( https://www.kaggle.com/models/google/gemma-2 ) .
9+ [ available on kaggle] ( https://www.kaggle.com/models/google/gemma-3 ) .
1010
1111## Who is this project for?
1212
@@ -34,7 +34,7 @@ portable SIMD for CPU inference.
3434
3535For production-oriented edge deployments we recommend standard deployment
3636pathways using Python frameworks like JAX, Keras, PyTorch, and Transformers
37- ([ all model variations here] ( https://www.kaggle.com/models/google/gemma ) ).
37+ ([ all model variations here] ( https://www.kaggle.com/models/google/gemma-3 ) ).
3838
3939## Contributing
4040
@@ -104,7 +104,7 @@ winget install --id Microsoft.VisualStudio.2022.BuildTools --force --override "-
104104### Step 1: Obtain model weights and tokenizer from Kaggle or Hugging Face Hub
105105
106106Visit the
107- [ Kaggle page for Gemma-2] ( https://www.kaggle.com/models/google/gemma-2 /gemmaCpp )
107+ [ Kaggle page for Gemma-2] ( https://www.kaggle.com/models/google/gemma-3 /gemmaCpp )
108108and select ` Model Variations |> Gemma C++ ` .
109109
110110On this tab, the ` Variation ` dropdown includes the options below. Note bfloat16
You can’t perform that action at this time.
0 commit comments