Skip to content

Commit

Permalink
Update Run_Gemma.md with correct links.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshaniN authored Jan 31, 2025
1 parent 449cbcb commit 5df1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end_to_end/tpu/gemma/Run_Gemma.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Following the instructions at [kaggle](https://www.kaggle.com/models/google/gemma/frameworks/maxText) will let you download Gemma model weights. You will have to consent to license for Gemma using your kaggle account's [API credentials](https://github.com/Kaggle/kaggle-api?tab=readme-ov-file#api-credentials).

After downloading the weights run [convert_gemma_chkpt.py](../../MaxText/convert_gemma_chkpt.py), which converts the checkpoint to be compatible with MaxText and uploads them to a GCS bucket. You can run decode and finetuning using instructions mentioned in the test scripts at [end_to_end/tpu/gemma](../../end_to_end/tpu/gemma).
After downloading the weights run [convert_gemma_chkpt.py](https://github.com/AI-Hypercomputer/maxtext/blob/main/MaxText/convert_gemma_chkpt.py), which converts the checkpoint to be compatible with MaxText and uploads them to a GCS bucket. You can run decode and finetuning using instructions mentioned in the test scripts at [end_to_end/tpu/gemma](https://github.com/AI-Hypercomputer/maxtext/tree/main/end_to_end/tpu/gemma).

## MaxText supports pretraining and finetuning with high performance

Expand Down

0 comments on commit 5df1ec3

Please sign in to comment.