refactor: switch vLLM deployment to uncensored Dolphin-Gemma model
This commit is contained in:
parent
3792be4262
commit
e68774da48
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ spec:
|
||||||
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||||
args:
|
args:
|
||||||
- "--model"
|
- "--model"
|
||||||
- "google/gemma-2b-it" # distilled gemma model
|
- "cognitivecomputations/dolphin-2.8-gemma-2b-v0" # Uncensored/Distilled Dolphin-Gemma model
|
||||||
- "--dtype"
|
- "--dtype"
|
||||||
- "bfloat16"
|
- "bfloat16"
|
||||||
- "--max-model-len"
|
- "--max-model-len"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue