model: add Solar Open model by HelloKS · Pull Request #18511
github.com·7h·
Discuss: r/LocalLLaMA
Preview
Report Post

Copy link

Contributor

Make sure to read the contributing guidelines before submitting a PR

This PR add support for Solar-Open-100B, released by Korean startup, Upstage.

Model identifier: SolarOpenForCausalLM

It’s basically GLM-4 MoE architecture, but without some feature (like MTP, bias)

Current status: Basic chat works. (Reasoning effort and Tooling does NOT work yet)

TODO

  • Investigate chat template, or reasoning parser

Closed

4 tasks

Copy link

Collaborator

Architecturally, it’s literally GLM4.5-Air with num_nextn_predict_layers equal to 0.

Template is annoying, it’s semi-xml with inlined function names and JSON arguments, k…

Similar Posts

Loading similar posts...