ELI separates runtime models, trainable bases, and adapters.
Only .gguf files are selectable by elix.
Allowed runtime locations:
models/*.ggufmodels/gguf/runtime/*.ggufmodels/gguf/eli_phi/*.gguf
These are not selectable by the GGUF runtime picker:
models/hf/**models/lora/**models/embeddings/**
Phi training assets stay in:
models/hf/Phi-3-mini-4k-instructmodels/lora/adapters/eli-lora-adapter-phi3*
Phi only becomes a normal runtime model after it is merged/converted/quantized into GGUF and placed under:
models/gguf/eli_phi/*.gguf
The runtime picker must not confuse HF bases, LoRA adapters, embeddings, or code with GGUF runtime models.