Text Generation
Transformers
Safetensors
English
Korean
Japanese
solar_open2
solar
solar-open2
Mixture of Experts
reap
expert-pruning
compressed-tensors
nvfp4
w4a16
quantized
conversational
8-bit precision
Instructions to use Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4
- SGLang
How to use Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4 with Docker Model Runner:
docker model run hf.co/Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4
Rename model suffix to NVFP4
Browse files- README.md +1 -1
- hub_artifact_manifest.json +7 -7
- nvfp4a16_audit.json +3 -3
README.md
CHANGED
|
@@ -25,7 +25,7 @@ tags:
|
|
| 25 |
---
|
| 26 |
<!-- solar-reap-hub-card:v1 -->
|
| 27 |
|
| 28 |
-
# Solar-Open2-148B-A15B-REAP-184E-
|
| 29 |
|
| 30 |
## English
|
| 31 |
|
|
|
|
| 25 |
---
|
| 26 |
<!-- solar-reap-hub-card:v1 -->
|
| 27 |
|
| 28 |
+
# Solar-Open2-148B-A15B-REAP-184E-NVFP4
|
| 29 |
|
| 30 |
## English
|
| 31 |
|
hub_artifact_manifest.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
"sha256": "de031be88349e197e9ae20b7051679f55eb50ca53f7ffb2362343f8516b02d66"
|
| 10 |
},
|
| 11 |
"README.md": {
|
| 12 |
-
"bytes":
|
| 13 |
-
"sha256": "
|
| 14 |
},
|
| 15 |
"bf16_audit.json": {
|
| 16 |
"bytes": 2716,
|
|
@@ -25,8 +25,8 @@
|
|
| 25 |
"source_report_sha256": "3aef2b10240391f39ef10d2c1830b23a95533fbca3dd5e734600eff320594a06"
|
| 26 |
},
|
| 27 |
"nvfp4a16_audit.json": {
|
| 28 |
-
"bytes":
|
| 29 |
-
"sha256": "
|
| 30 |
},
|
| 31 |
"nvfp4a16_manifest.json": {
|
| 32 |
"bytes": 6331,
|
|
@@ -111,9 +111,9 @@
|
|
| 111 |
"tensor_key_count": 80427
|
| 112 |
},
|
| 113 |
"generated_by": "solar_reap/prepare_hub_artifacts.py",
|
| 114 |
-
"hub_id": "Baekpica/Solar-Open2-148B-A15B-REAP-184E-
|
| 115 |
"kind": "nvfp4a16",
|
| 116 |
-
"prepared_at_utc": "2026-07-22T19:
|
| 117 |
"publication_inventory": [
|
| 118 |
".gitattributes",
|
| 119 |
"LICENSE",
|
|
@@ -144,7 +144,7 @@
|
|
| 144 |
"tokenizer_config.json"
|
| 145 |
],
|
| 146 |
"schema_version": 1,
|
| 147 |
-
"script_sha256": "
|
| 148 |
"source_license_sha256": "de031be88349e197e9ae20b7051679f55eb50ca53f7ffb2362343f8516b02d66",
|
| 149 |
"source_model": "upstage/Solar-Open2-250B",
|
| 150 |
"source_revision": "8d1dda5ad2af58207c65348d825772d2f4d72481"
|
|
|
|
| 9 |
"sha256": "de031be88349e197e9ae20b7051679f55eb50ca53f7ffb2362343f8516b02d66"
|
| 10 |
},
|
| 11 |
"README.md": {
|
| 12 |
+
"bytes": 20578,
|
| 13 |
+
"sha256": "4cdc83c0623999416aca649a7366ae0209b84efd7fffe57c057e8e2476681e99"
|
| 14 |
},
|
| 15 |
"bf16_audit.json": {
|
| 16 |
"bytes": 2716,
|
|
|
|
| 25 |
"source_report_sha256": "3aef2b10240391f39ef10d2c1830b23a95533fbca3dd5e734600eff320594a06"
|
| 26 |
},
|
| 27 |
"nvfp4a16_audit.json": {
|
| 28 |
+
"bytes": 3550,
|
| 29 |
+
"sha256": "e8168c5135124f21b34a83f3e1e83ea405f0d6d009cd446879c7eeb278ee8a4a"
|
| 30 |
},
|
| 31 |
"nvfp4a16_manifest.json": {
|
| 32 |
"bytes": 6331,
|
|
|
|
| 111 |
"tensor_key_count": 80427
|
| 112 |
},
|
| 113 |
"generated_by": "solar_reap/prepare_hub_artifacts.py",
|
| 114 |
+
"hub_id": "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4",
|
| 115 |
"kind": "nvfp4a16",
|
| 116 |
+
"prepared_at_utc": "2026-07-22T19:39:04+00:00",
|
| 117 |
"publication_inventory": [
|
| 118 |
".gitattributes",
|
| 119 |
"LICENSE",
|
|
|
|
| 144 |
"tokenizer_config.json"
|
| 145 |
],
|
| 146 |
"schema_version": 1,
|
| 147 |
+
"script_sha256": "69a277bb54759a576cede2f9dbfc7a85f1f659e080fb6ffe3986466efda98e36",
|
| 148 |
"source_license_sha256": "de031be88349e197e9ae20b7051679f55eb50ca53f7ffb2362343f8516b02d66",
|
| 149 |
"source_model": "upstage/Solar-Open2-250B",
|
| 150 |
"source_revision": "8d1dda5ad2af58207c65348d825772d2f4d72481"
|
nvfp4a16_audit.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"audit_completed_at_utc": "2026-07-22T19:
|
| 3 |
-
"audit_started_at_utc": "2026-07-22T19:
|
| 4 |
"checkpoint_payload_aggregate_sha256": "d78397f08e8b20eb9164006a3384914c74c66d2645291326d28e064d1d762690",
|
| 5 |
"checkpoint_snapshot_sha256": "ce47de4268d7e48bfd9f8eea07ffb6e944dcf5e4cdf08d347e7fb4ddfc37f322",
|
| 6 |
"generated_by": "solar_reap/prepare_hub_artifacts.py",
|
| 7 |
-
"hub_id": "Baekpica/Solar-Open2-148B-A15B-REAP-184E-
|
| 8 |
"kind": "nvfp4a16",
|
| 9 |
"report": {
|
| 10 |
"audit_type": "SolarOpen2 routed-only NVFP4A16 tensor and payload audit",
|
|
|
|
| 1 |
{
|
| 2 |
+
"audit_completed_at_utc": "2026-07-22T19:39:04+00:00",
|
| 3 |
+
"audit_started_at_utc": "2026-07-22T19:38:44+00:00",
|
| 4 |
"checkpoint_payload_aggregate_sha256": "d78397f08e8b20eb9164006a3384914c74c66d2645291326d28e064d1d762690",
|
| 5 |
"checkpoint_snapshot_sha256": "ce47de4268d7e48bfd9f8eea07ffb6e944dcf5e4cdf08d347e7fb4ddfc37f322",
|
| 6 |
"generated_by": "solar_reap/prepare_hub_artifacts.py",
|
| 7 |
+
"hub_id": "Baekpica/Solar-Open2-148B-A15B-REAP-184E-NVFP4",
|
| 8 |
"kind": "nvfp4a16",
|
| 9 |
"report": {
|
| 10 |
"audit_type": "SolarOpen2 routed-only NVFP4A16 tensor and payload audit",
|