Switch L4 vLLM to Dolphin Qwen2 7B AWQ for speed and uncensored compliance
This commit is contained in:
parent
ca2f14f25b
commit
e1cf661692
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ spec:
|
||||||
- name: HF_TOKEN
|
- name: HF_TOKEN
|
||||||
value: ""
|
value: ""
|
||||||
args:
|
args:
|
||||||
- --model=trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic
|
- --model=cognitivecomputations/dolphin-2.9.3-qwen2-7b-awq
|
||||||
|
- --quantization=awq
|
||||||
- --host=0.0.0.0
|
- --host=0.0.0.0
|
||||||
- --port=8000
|
- --port=8000
|
||||||
- --tensor-parallel-size=1
|
- --tensor-parallel-size=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue