Merge pull request #17 from sirius0xdev/fix/vllm-mistral-regex
fix: enforce mistral tokenizer mode
This commit is contained in:
commit
518127c711
1 changed files with 7 additions and 0 deletions
|
|
@ -26,6 +26,13 @@ spec:
|
||||||
- name: vllm-brain
|
- name: vllm-brain
|
||||||
image: vllm/vllm-openai:latest
|
image: vllm/vllm-openai:latest
|
||||||
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||||
|
env:
|
||||||
|
- name: VLLM_ATTENTION_BACKEND
|
||||||
|
value: "XFORMERS"
|
||||||
|
- name: HF_TOKEN
|
||||||
|
value: ""
|
||||||
|
- name: VLLM_TOKENIZER_MODE
|
||||||
|
value: "mistral"
|
||||||
args:
|
args:
|
||||||
- "--model"
|
- "--model"
|
||||||
- "dphn/Dolphin-Mistral-24B-Venice-Edition" # Uncensored 24B (Native)
|
- "dphn/Dolphin-Mistral-24B-Venice-Edition" # Uncensored 24B (Native)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue