Views
No views yet
| 항목 | 값 |
|---|---|
| 베이스 모델 | Qwen/Qwen3.5-35B-A3B |
| 총 파라미터 | 35B (활성 3B, MoE 256 experts) |
| 양자화 | NVFP4 (nvidia-modelopt, EXPERTS_ONLY) |
| 양자화 포맷 | quant_method: modelopt |
| 모델 크기 | ~22 GB |
| 라이선스 | Apache 2.0 |
1vllm serve prosoft0405/Kosmic-35B-A3B-NVFP4 \
2 --trust-remote-code \
3 --language-model-only \
4 --gpu-memory-utilization 0.85 \
5 --reasoning-parser qwen31docker run -d --gpus all --ipc host -p 8000:8000 \
2 -v ~/.cache/huggingface:/root/.cache/huggingface \
3 vllm/vllm-openai:cu130-nightly \
4 prosoft0405/Kosmic-35B-A3B-NVFP4 \
5 --served-model-name kosmic-35b \
6 --language-model-only \
7 --gpu-memory-utilization 0.85 \
8 --reasoning-parser qwen3