vllm-configs / README.md
EXDai's picture
Upload README.md with huggingface_hub
d2069c7 verified
|
Raw
History Blame Contribute Delete
971 Bytes
---
title: EXD vLLM Config Profiles
emoji: ⚙️
colorFrom: gray
colorTo: green
sdk: static
pinned: false
license: mit
---
# EXD vLLM Config Profiles
Production configuration profiles for the config-driven serve harness at `projects/serve/`.
## Usage
On atom (GPU machine):
```bash
cd ~/EXD
./scripts/up.sh <config-name>
```
## Profiles
| Config | Model | Notes |
|--------|-------|-------|
| `qwen2.5-7b` | Qwen 2.5 7B Instruct | Baseline 7B |
| `qwen3.6-27b` | Qwen 3.6 27B | Mid-size |
| `qwen3.6-35b-a3b` | Qwen 3.6 35B A3B | MoE baseline |
| `qwen3.6-35b-a3b-baseline` | Qwen 3.6 35B A3B | Baseline sweep |
| `qwen3.6-35b-a3b-mtp0` | Qwen 3.6 35B A3B | MTP depth 0 |
| `qwen3.6-35b-a3b-mtp3` | Qwen 3.6 35B A3B | MTP depth 3 |
| `qwen3.6-35b-a3b-throughput` | Qwen 3.6 35B A3B | Throughput-optimized |
| `nemotron-3-super` | Nemotron 3 Super | Large run |
## Related
- [Org hub](https://huggingface.co/EXD-AI)
- [GitHub](https://github.com/Ramshreyas/EXD)