Skip to content

Commit ca890c7

Browse files
committed
Fix the link in README.
1 parent 2d690c6 commit ca890c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Gemma** is a family of lightweight, state-of-the art open models built from research and technology used to create Google Gemini models. They are text-to-text, decoder-only large language models, available in English, with open weights, pre-trained variants, and instruction-tuned variants. For more details, please check out the following links:
44

55
* [Gemma on Google AI](https://ai.google.dev/gemma)
6-
* [Gemma on Kaggle](https://www.kaggle.com/google/gemma)
6+
* [Gemma on Kaggle](https://www.kaggle.com/models/google/gemma)
77
* [Gemma on Vertex AI Model Garden](https://console.cloud.google.com/vertex-ai/publishers/google/model-garden/335)
88

99
This is the official PyTorch implementation of Gemma models. We provide model and inference implementations using both PyTorch and PyTorch/XLA, and support running inference on CPU, GPU and TPU.
@@ -24,7 +24,7 @@ CKPT_PATH=<Insert ckpt path here>
2424
## Try it free on Colab
2525

2626
Follow the steps at
27-
[https://ai.google.dev/gemma/docs/pytorch_demo](https://ai.google.dev/gemma/docs/pytorch_demo).
27+
[https://ai.google.dev/gemma/docs/pytorch_gemma](https://ai.google.dev/gemma/docs/pytorch_gemma).
2828

2929
## Try it out with PyTorch
3030

0 commit comments

Comments
 (0)