render docs on python file change to preview api ref

This commit is contained in:
Salman Mohammadi
2025-08-12 09:43:23 +01:00
parent c9640bca2c
commit ab57be6526
2 changed files with 1 additions and 11 deletions

View File

@@ -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

10
TODO.md
View File

@@ -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