Skip to content
Discussion options

You must be logged in to vote

Hi @fengzhenqiong ,

The issue is that llama-server's --models-dir scanner treats every subdirectory as a potential model folder — it doesn't distinguish between a folder that organizes multiple models (like your EmbeddingModels/) and a folder that represents a single multimodal model (like Qwen2.5-VL-3B-Q4_K_M/).

There's currently no built-in ignore/exclude flag for --models-dir subdirectories. Your cleanest options are:

Option 1 — Move EmbeddingModels out of the scanned directory:

Put your embedding models in a separate path like I:\EmbeddingModels\ and reference them directly in your preset config with absolute paths (which you're already doing). Then they won't appear as ghost entries …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@fengzhenqiong
Comment options

Answer selected by fengzhenqiong
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants