unsloth/studio/backend/utils/models
Roland Tannous e5c7a18f72 fix: handle unrecognized model architectures in vision detection
AutoConfig.from_pretrained() fails for models needing transformers 5.x
(e.g. glm4_moe_lite) when running with 4.57.x. Add a raw config.json
fallback that bypasses AutoConfig's architecture registry — fetches
config.json directly from local path or HuggingFace Hub and checks
for vision indicators without needing the architecture to be registered.
2026-03-06 04:46:51 +00:00
..
__init__.py Merge branch 'nightly' into feat/gguf-llama-cpp-inference 2026-02-25 16:06:03 +04:00
checkpoints.py Adding metadata for checkpoints 2026-02-16 23:46:17 +00:00
model_config.py fix: handle unrecognized model architectures in vision detection 2026-03-06 04:46:51 +00:00