Skip to content

Commit 4bee5b0

Browse files
committed
Add SFT LLaMA3 GPU demo notebook and skip TPU CI run
1 parent 72e96f5 commit 4bee5b0

4 files changed

Lines changed: 606 additions & 1 deletion

File tree

.github/workflows/run_jupyter_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
for notebook in "$MAXTEXT_NOTEBOOKS_ROOT"/{sft,rl}*.ipynb; do
8686
filename=$(basename "$notebook")
87-
if [[ "$filename" == "sft_qwen3_demo.ipynb" ]]; then
87+
if [[ "$filename" == "sft_qwen3_demo.ipynb" || "$filename" == "sft_llama3_demo_gpu.ipynb" ]]; then
8888
echo "Skipping $filename"
8989
continue
9090
fi

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ target/
8383

8484
# Jupyter Notebook
8585
.ipynb_checkpoints
86+
.jupyter/
87+
.local/share/jupyter/
8688

8789
# IPython
8890
profile_default/

0 commit comments

Comments
 (0)