unsloth/studio/backend/routes
Daniel Han cf45ff7232 studio: fix downloaded check -- compare basename not full path
The variant filename includes a subfolder prefix (e.g.
UD-Q4_K_XL/Kimi-K2.5-UD-Q4_K_XL-00001-of-00013.gguf) but rglob
returns just the filename. Use Path.name for the comparison.
2026-03-15 05:24:06 -07:00
..
data_recipe miscallenous studio (#4293) 2026-03-15 14:42:11 +04: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 fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
datasets.py Final cleanup 2026-03-12 18:28:04 +00:00
export.py Final cleanup 2026-03-12 18:28:04 +00:00
inference.py studio: fix cancel to actually kill llama-server during loading 2026-03-15 05:24:06 -07:00
models.py studio: fix downloaded check -- compare basename not full path 2026-03-15 05:24:06 -07:00
training.py Final cleanup 2026-03-12 18:28:04 +00:00