qwen3-8b-korean-coding-router / examples /runtime_quickstart.md
koreallmdev's picture
Clarify runtime package usage in examples/runtime_quickstart.md
e8f3b97 verified
|
Raw
History Blame Contribute Delete
786 Bytes
# Runtime quickstart
## 1. Start Qwen3-8B
```bash
python -m vllm.entrypoints.openai.api_server \
--model Qwen/Qwen3-8B \
--served-model-name qwen3-8b-base \
--dtype bfloat16 \
--max-model-len 2048 \
--gpu-memory-utilization 0.50 \
--max-num-seqs 8
```
## 2. Clone this repo
```bash
git clone https://huggingface.co/koreallmdev/qwen3-8b-korean-coding-router
cd qwen3-8b-korean-coding-router
```
## 3. Run router CLI
```bash
export OPENAI_BASE_URL=http://localhost:8000/v1
export OPENAI_MODEL=qwen3-8b-base
bash scripts/run_qwen3_8b_korean_coding_router_chat.sh
```
## 4. Test
```text
/cat linux 8010 ํฌํŠธ๊ฐ€ ์ด๋ฏธ ์‚ฌ์šฉ ์ค‘์ผ ๋•Œ ss -lntp์™€ ps๋ฅผ ํฌํ•จํ•ด์„œ ํ™•์ธ ์ˆœ์„œ ์•Œ๋ ค์ค˜
/cat longform ์ฃผ์ œ๋Š” ์ฝ”๋”ฉ์ด๊ณ  4์ฒœ์ž ์ด์ƒ ํ…์ŠคํŠธ๋ฅผ ์จ์ค˜
```