unsloth/studio/backend
Daniel Han 51bf500f57
Remove Blackwell flex attention disable workaround from studio (#4273)
The studio was disabling flex attention entirely on Blackwell+ GPUs
(sm_120 and above) by setting UNSLOTH_ENABLE_FLEX_ATTENTION=0 at
startup. This was a workaround for the flex_attention backward kernel
exceeding shared memory limits on these GPUs.

The root cause is now fixed in unsloth-zoo (PR #542) which patches the
backward kernel config selection to generate safe fallback configs that
fit within the GPU's shared memory limit. With that fix, flex attention
works correctly on Blackwell GPUs and provides a ~1.3x speedup over
the SDPA fallback.
2026-03-13 01:35:17 -07:00
..
assets Final cleanup 2026-03-12 18:28:04 +00:00
auth Final cleanup 2026-03-12 18:28:04 +00:00
core Final cleanup 2026-03-12 18:28:04 +00:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models Final cleanup 2026-03-12 18:28:04 +00:00
plugins Final cleanup 2026-03-12 18:28:04 +00:00
requirements Final cleanup 2026-03-12 18:28:04 +00:00
routes Final cleanup 2026-03-12 18:28:04 +00:00
state Final cleanup 2026-03-12 18:28:04 +00:00
tests Final cleanup 2026-03-12 18:28:04 +00:00
utils Update CODEOWNERS for studio and cli (#4266) 2026-03-12 15:16:38 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
colab.py Final cleanup 2026-03-12 18:28:04 +00:00
main.py Remove Blackwell flex attention disable workaround from studio (#4273) 2026-03-13 01:35:17 -07:00
run.py Final cleanup 2026-03-12 18:28:04 +00:00