Skip to content

Commit 592a8fa

Browse files
committed
Fixing nits
Signed-off-by: Vladimir Suvorov <[email protected]>
1 parent 6f2d0b9 commit 592a8fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/MaxText/examples/grpo_llama3_demo.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
"metadata": {},
8282
"outputs": [],
8383
"source": [
84-
"!cd ~/maxtext/src/ # make sure we are in the right directory"
84+
"# if you have cloned the maxtext repo, you should set the path to the maxtext/src folder\n",
85+
"# otherwise, you can just run the cell below\n",
86+
"!cd ~/maxtext/src/ # This is the path to the maxtext/src folder"
8587
]
8688
},
8789
{

src/MaxText/examples/sft_llama3_demo.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@
9191
"metadata": {},
9292
"outputs": [],
9393
"source": [
94-
"!cd ~/maxtext/src/ # make sure we are in the right directory"
94+
"# if you have cloned the maxtext repo, you should set the path to the maxtext/src folder\n",
95+
"# otherwise, you can just run the cell below\n",
96+
"!cd ~/maxtext/src/ # This is the path to the maxtext/src folder"
9597
]
9698
},
9799
{

0 commit comments

Comments
 (0)