Merge pull request #5 from sirius0xdev/fix/vllm-model-name

fix: correct huggingface model identifier for vLLM
This commit is contained in:
sirius0xdev 2026-04-18 13:26:25 -04:00 committed by GitHub
commit df0e4edda7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,9 +28,7 @@ spec:
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
args: args:
- "--model" - "--model"
- "cognitivecomputations/dolphin-2.9.4-qwen2.5-32b-AWQ" # Uncensored 32B Reasoning Heavyweight (Quantized) - "cognitivecomputations/dolphin-2.9.2-qwen1.5-32b" # Native 32B Uncensored (fits perfectly in 80GB VRAM)
- "--quantization"
- "awq"
- "--dtype" - "--dtype"
- "half" - "half"
- "--max-model-len" - "--max-model-len"