unsloth/studio/backend/core
Daniel Han a1eff8ee22 fix: replace Unicode dashes with ASCII equivalents across codebase
Box-drawing chars (U+2500), em dashes (U+2014), and en dashes (U+2013)
in comments, section dividers, log messages, and docstrings are not
representable on legacy code pages like CP1252. Replace them with plain
ASCII dashes so the codebase is consistently ASCII-safe.

User-facing UI strings (placeholders, separators, display text in the
frontend) are left unchanged since they render in the browser which
handles Unicode natively.
2026-03-25 05:16:59 +00:00
..
data_recipe Improve AI Assist: Update default model, model output parsing, logging, and dataset mapping UX (#4323) 2026-03-16 16:04:35 +04:00
export fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
inference fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
training fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
__init__.py Combine studio setup fixes: frontend caching, venv isolation, Windows CPU support (#4413) 2026-03-18 03:52:25 -07:00