unsloth/studio/backend/utils/models
Suyadi 87ee06a993
Fix error when context-resizing (#5860)
Harden local GGUF detection so a .gguf path is not misrouted to the transformers backend during the brief Windows lock window after llama-server is killed. Catch OSError from stat() and treat the path as the file, while a directory named *.gguf still falls through to the directory scan. Adds regression tests for the lock-window and directory cases.
2026-05-31 00:05:42 -07:00
..
__init__.py [Studio] Show non exported models in chat UI (#4892) 2026-04-14 15:03:58 +04:00
checkpoints.py feat: support GGUF export for non-PEFT models + fix venv_t5 switching for local checkpoints (#4455) 2026-03-20 12:13:18 +04:00
gguf_metadata.py studio/mmproj: skip unwanted GGUF values via seek instead of read (#5431) 2026-05-14 21:57:04 -07:00
model_config.py Fix error when context-resizing (#5860) 2026-05-31 00:05:42 -07:00