unsloth/studio/backend
Test c8c371610b fix(test): use capsys instead of caplog for structlog output
TestLogGpuMemory tests used pytest's caplog fixture to capture log
output, but log_gpu_memory() uses structlog which writes to stdout,
not Python's standard logging module. caplog only captures standard
logging messages, so assertions always failed on empty text.

Switch to capsys which captures stdout directly.
2026-03-13 09:42:46 +00: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 fix(seed): disable remote code execution for seed inspect loads 2026-03-13 01:48:22 -07:00
state Final cleanup 2026-03-12 18:28:04 +00:00
tests fix(test): use capsys instead of caplog for structlog output 2026-03-13 09:42:46 +00:00
utils fix: disable remote code loading for ai-assist model hint lookup 2026-03-13 01:45:24 -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