unsloth/studio
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
..
backend fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
frontend fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_python_stack.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00: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 fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
setup.sh fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
Unsloth_Studio_Colab.ipynb Created using Colab 2026-03-22 04:57:26 -07:00