Skip to content

Commit 47c4264

Browse files
author
Charles Li
committed
Merge remote-tracking branch 'origin/main' into HEAD
2 parents f54b844 + 9bb5959 commit 47c4264

5 files changed

Lines changed: 1 addition & 622 deletions

File tree

.github/workflows/check_docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
. $GITHUB_WORKSPACE/venv/bin/activate
3535
uv pip install -e . --no-deps
3636
uv pip install torch
37-
sphinx-build -W -b html docs docs/_build/html
37+
sphinx-build -b html docs docs/_build/html
3838
env:
3939
JAX_PLATFORMS: cpu
4040
CUDA_VISIBLE_DEVICES: ""

RESTRUCTURE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ comments, or questions by creating a new
8585
│ │ │ ├── recipes/
8686
│ │ │ │ ├── args_helper.py
8787
│ │ │ │ ├── mcjax_long_running_recipe.py
88-
│ │ │ │ └── py_elastic_training_recipe.py
8988
│ │ │ │ └── ...
9089
│ │ │ ├── llama2_v6e-256_benchmarks.py
9190
│ │ │ └── xla_flags_library.py
@@ -247,7 +246,6 @@ comments, or questions by creating a new
247246
│ │ │ │ └── sft/
248247
│ │ │ │ └── sft_train.py
249248
│ │ │ └── pretrain/
250-
│ │ │ ├── elastic_train.py
251249
│ │ │ ├── train.py
252250
│ │ │ ├── train_compile.py
253251
│ │ │ ├── train_tokenizer.py

benchmarks/recipes/pw_elastic_training_recipe.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)