fix: correct huggingface model identifier for dolphin 32b and remove awq requirement for a100

This commit is contained in:
SiriusClaw 2026-04-18 17:22:37 +00:00
parent 9967b4b39d
commit 1623ccb6e5

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"