unsloth/studio/backend/core/inference
Roland Tannous b84202e8db fix: restrict shard siblings to exact basename and total count
startswith(prefix) could match unrelated split variants whose names
extend the selected file's prefix (e.g. model-Q8_0-v2-00001-of-...).
Now builds an exact regex from the chosen file's base prefix and shard
total so only true siblings are downloaded.
2026-03-10 19:28:26 +00:00
..
__init__.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
audio_codecs.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
inference.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
llama_cpp.py fix: restrict shard siblings to exact basename and total count 2026-03-10 19:28:26 +00:00
orchestrator.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
worker.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00