unsloth/studio/backend/routes
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 Fix Studio silently exiting on Windows without error output (#4527) 2026-03-22 08:23:03 -07:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py Update license headers 2026-03-12 17:23:10 +00:00
auth.py studio: fix stale GGUF metadata, update helper model, auth improvements (#4346) 2026-03-17 01:22:08 -07:00
datasets.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
export.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
inference.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
models.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
training.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00