π Model Description
base_model: upstage/Solar-Open-100B basemodelrelation: quantized language: - en - ko library_name: gguf license: other license_name: solar-apache-2.0 license_link: https://huggingface.co/upstage/Solar-Open-100B/blob/main/LICENSE pipeline_tag: text-generation tags: - text-generation-inference - upstage - solar - moe - 100b - gguf
Solar-Open-100B-GGUF

Description
This repository contains GGUF format model files for Upstage's Solar-Open-100B.
Solar Open is a massive 102B-parameter Mixture-of-Experts (MoE) model trained from scratch on 19.7 trillion tokens. Despite its large total size, it uses only 12B active parameters during inference, offering a unique combination of massive knowledge capacity and efficient generation speed.
Note: Please check the specific file sizes in the "Files and versions" tab.
How to Run (llama.cpp)
Recommended Parameters:
Upstage recommends the following sampling parameters for Solar Open:
- Temperature:
0.8 - Top-P:
0.95 - Top-K:
50
CLI Example
./llama-cli -m Solar-Open-100B.Q4KM.gguf \
-c 8192 \
--temp 0.8 \
--top-p 0.95 \
--top-k 50 \
-p "User: Who are you?\nAssistant:" \
-cnv
Server Example
./llama-server -m Solar-Open-100B.Q4KM.gguf \
--port 8080 \
--host 0.0.0.0 \
-c 8192 \
-ngl 99
License
The model weights are licensed under the Solar-Apache License 2.0.
Please review the full license terms here: LICENSE
Citation
If you use Solar Open in your research, please cite:
@misc{solar-open-2025,
title={Solar Open: Scaling Upstage's LLM Capabilities with MoE},
author={Upstage AI},
year={2025},
url={https://huggingface.co/Upstage/Solar-Open-100B}
}
π GGUF File List
| π Filename | π¦ Size | β‘ Download |
|---|---|---|
|
Solar-Open-100B.q2_k.gguf
LFS
Q2
|
35.1 GB | Download |
|
Solar-Open-100B.q3_k_l.gguf
LFS
Q3
|
49.69 GB | Download |
|
Solar-Open-100B.q3_k_m.gguf
LFS
Q3
|
45.94 GB | Download |
|
Solar-Open-100B.q3_k_s.gguf
LFS
Q3
|
41.47 GB | Download |
|
Solar-Open-100B.q4_0.gguf
Recommended
LFS
Q4
|
54.06 GB | Download |
|
Solar-Open-100B.q4_1.gguf
LFS
Q4
|
59.99 GB | Download |
|
Solar-Open-100B.q4_k_m.gguf
LFS
Q4
|
57.98 GB | Download |
|
Solar-Open-100B.q4_k_s.gguf
LFS
Q4
|
54.53 GB | Download |
|
Solar-Open-100B.q5_0.gguf
LFS
Q5
|
65.91 GB | Download |
|
Solar-Open-100B.q5_1.gguf
LFS
Q5
|
71.84 GB | Download |
|
Solar-Open-100B.q5_k_m.gguf
LFS
Q5
|
67.93 GB | Download |
|
Solar-Open-100B.q5_k_s.gguf
LFS
Q5
|
65.91 GB | Download |
|
Solar-Open-100B.q6_k.gguf
LFS
Q6
|
78.51 GB | Download |
|
Solar-Open-100B.q8_0.gguf
LFS
Q8
|
101.66 GB | Download |