Update README.md
Browse files
README.md
CHANGED
@@ -566,7 +566,7 @@ Here is an example to start the server via the `vllm serve` command.
|
|
566 |
```bash
|
567 |
export HF_TOKEN=your-hf-token
|
568 |
|
569 |
-
vllm serve MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION --tokenizer MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION --tokenizer-mode slow --max-
|
570 |
```
|
571 |
|
572 |
**client**
|
|
|
566 |
```bash
|
567 |
export HF_TOKEN=your-hf-token
|
568 |
|
569 |
+
vllm serve MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION --tokenizer MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION --tokenizer-mode slow --max-num-seqs 8 --trust-remote-code --dtype bfloat16
|
570 |
```
|
571 |
|
572 |
**client**
|