Skip to content

Commit 7656eb8

Browse files
Merge pull request #3285 from katjasrz:sft_llama3_gpu
PiperOrigin-RevId: 879667362
2 parents 6550934 + 4bee5b0 commit 7656eb8

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)