unsloth/studio
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
..
backend fix(test): use capsys instead of caplog for structlog output 2026-03-13 09:42:46 +00:00
frontend Final cleanup 2026-03-12 18:28:04 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_python_stack.py fix: install data-designer plugin non-editable for Colab compatibility 2026-03-12 22:55:06 -05:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Final cleanup 2026-03-12 18:28:04 +00:00
setup.sh Fix nvm/npmrc prefix conflict in setup.sh 2026-03-13 08:59:51 +00:00
Unsloth_Studio_Colab.ipynb Final cleanup 2026-03-12 18:28:04 +00:00