We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d130f5 commit 9a269c4Copy full SHA for 9a269c4
src/axolotl/loaders/patch_manager.py
@@ -53,6 +53,7 @@ def apply_pre_model_load_patches(self):
53
self._apply_fsdp_patches()
54
self._apply_adapter_patches()
55
self._apply_flex_attention_patches()
56
+ self._apply_sageattn_patches()
57
self._apply_model_specific_patches()
58
self._apply_fp8_patches()
59
self._apply_flash_attention_peft_patches()
0 commit comments