Open
Description
Component
Quickstart
Describe the bug
The --download-model
parameter is processed for downloading but ignored for deployment.
Seems the base-slim.yaml template contains hardcoded Qwen/Qwen3-0.6B model settings that override user CLI inputs.
Steps to reproduce
- Run:
./llmd-installer.sh --download-model microsoft/Phi-3-mini-4k-instruct
- Check deployed ModelService - it uses Qwen/Qwen3-0.6B instead of Phi-3-mini
Additional context or screenshots
No response