Background GGUF loads pass local_files_only through the llama.cpp path: the main quant resolves from the cache alone and a miss fails closed instead of downloading, while the optional mmproj and MTP drafter companions resolve cached-or-skipped, including on the crash replay. The safetensors snapshot rewrite resolves against the live Studio-managed hub cache rather than huggingface_hub's import-time default, which goes stale when the cache location changes at runtime. The vision processor fallback loads from config.path instead of config.identifier: identical for ordinary loads, but a local-only rewrite must keep the fallback on the local snapshot instead of refetching by repo id. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| src-tauri | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_node_prebuilt.py | ||
| install_python_stack.py | ||
| install_whisper_prebuilt.py | ||
| LICENSE.AGPL-3.0 | ||
| MCP.md | ||
| node_prebuilt_pins.json | ||
| package-lock.json | ||
| package.json | ||
| prebuilt_core.py | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||