Skywork-R1V3-38B
#1137
by
jacek2024
- opened
Sadly, it's not.
@mradermacher But it seems to be based on InternVL3 38B, which should be supported? Unsloth has GGUFs of InternVL3 38B here: https://huggingface.co/unsloth/InternVL3-38B-GGUF, and you have GGUFs of the instruct version (which seems to not be the "real" instruct version) as well.
All LLMs are based on the same achitecture, more or less, but they are all slightly different. The InternVL model has an architecture of "InternVLChatModel", while skywork is a "SkyworkR1VChatModel"
Oh, they decided to change the architecture as well, even though it is listed as a finetune in the model tree? Sigh, I thought it would be the same case as unsloth/MiMo-VL-7B-RL-GGUF, where they maintained the same architecture.