From ab57be6526367097f40b2e0c71eb323057027eec Mon Sep 17 00:00:00 2001 From: Salman Mohammadi Date: Tue, 12 Aug 2025 09:43:23 +0100 Subject: [PATCH] render docs on python file change to preview api ref --- .github/workflows/preview-docs.yml | 2 +- TODO.md | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 TODO.md diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index db4abddce..446462065 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -10,7 +10,7 @@ on: - '**/*.qmd' # any Quarto file - '_quarto.yml' - docs/scripts/generate_config_docs.py - - src/axolotl/utils/schemas/**.py + - src/axolotl/**.py permissions: checks: write diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 2002bbbaf..000000000 --- a/TODO.md +++ /dev/null @@ -1,10 +0,0 @@ -# todo list - -- [] Validation of parameters for combinations that won't work - - - -## things that are known not to work - -- FSDP offload and gradient_checkpointing - https://github.com/pytorch/pytorch/issues/82203 -- adamw_bnb_8bit doesn't play well with FSDP offload