Skip to content

Commit bbca5e3

Browse files
committed
add math-verify for run_jupyter_notebooks.yml
1 parent 912bc56 commit bbca5e3

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/run_jupyter_notebooks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
8484
uv pip install --no-deps qwix==0.1.4
8585
uv pip install --no-deps protobuf==5.29.5
86+
uv pip install math-verify==0.9.0
8687
python3 -m pip freeze
8788
- name: Run Post-Training Notebooks
8889
shell: bash

src/maxtext/examples/rl_llama3_demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"This notebook demonstrates training on Llama3.1-8B-Instruct model with either GRPO (Group Relative Policy Optimization) or GSPO (Group Sequence Policy Optimization).\n",
1010
"\n",
11-
"This notebook can run on **TPU v5e-8** or **v5p-8**.\n",
11+
"This notebook can run on **TPU v6e-8** or **v5p-8**.\n",
1212
"\n",
1313
"## What is GRPO/GSPO?\n",
1414
"\n",
@@ -32,7 +32,7 @@
3232
"1. Navigate to the menu at the top of the screen.\n",
3333
"2. Click on **Runtime**.\n",
3434
"3. Select **Change runtime type** from the dropdown menu.\n",
35-
"4. Select **v5e-8** or **v5p-8 TPU** as the **Hardware accelerator**.\n",
35+
"4. Select **v6e-8** or **v5p-8 TPU** as the **Hardware accelerator**.\n",
3636
"5. Click on **Save**."
3737
]
3838
},

src/maxtext/examples/sft_llama3_demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"This notebook demonstrates how to perform Supervised Fine-Tuning (SFT) on Llama3.1-8B-Instruct using the Hugging Face ultrachat_200k dataset with MaxText and Tunix integration for efficient training.\n",
1919
"\n",
20-
"This notebook can run on **TPU v5e-8** or **v5p-8**."
20+
"This notebook can run on **TPU v6e-8** or **v5p-8**."
2121
]
2222
},
2323
{
@@ -32,7 +32,7 @@
3232
"1. Navigate to the menu at the top of the screen.\n",
3333
"2. Click on **Runtime**.\n",
3434
"3. Select **Change runtime type** from the dropdown menu.\n",
35-
"4. Select **v5e-8** or **v5p-8 TPU** as the **Hardware accelerator**.\n",
35+
"4. Select **v6e-8** or **v5p-8 TPU** as the **Hardware accelerator**.\n",
3636
"5. Click on **Save**."
3737
]
3838
},

0 commit comments

Comments
 (0)