Skip to content

Commit f44534f

Browse files
committed
Fix src/maxtext/examples path
PiperOrigin-RevId: 863533476
1 parent e900d8d commit f44534f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_jupyter_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
for notebook in "$MAXTEXT_NOTEBOOKS_ROOT"/{sft,rl}*.ipynb; do
9797
filename=$(basename "$notebook")
9898
output_name="${filename%.ipynb}_output.ipynb"
99-
99+
100100
echo "------------------------------------------------------"
101101
echo "Running $filename ..."
102102
echo "------------------------------------------------------"

0 commit comments

Comments
 (0)