Views
No views yet
0.80.95501./llama-cli -m Solar-Open-100B.Q4_K_M.gguf \
2 -c 8192 \
3 --temp 0.8 \
4 --top-p 0.95 \
5 --top-k 50 \
6 -p "User: Who are you?\nAssistant:" \
7 -cnv1./llama-server -m Solar-Open-100B.Q4_K_M.gguf \
2 --port 8080 \
3 --host 0.0.0.0 \
4 -c 8192 \
5 -ngl 991@misc{solar-open-2025,
2 title={Solar Open: Scaling Upstage's LLM Capabilities with MoE},
3 author={Upstage AI},
4 year={2025},
5 url={https://huggingface.co/Upstage/Solar-Open-100B}
6}