3 ms·
Does LM Studio have an equivalent to the ollama launch command? i.e. `ollama launch claude --model qwen3.5:35b-a3b-coding-nvfp4`
by faitswulff 6mo ago
Does LM Studio have an equivalent to the ollama launch command? i.e. `ollama launch claude --model qwen3.5:35b-a3b-coding-nvfp4`
- DiabloD3 6mo agoI don't think it does, but llama.cpp does, and can load models off HuggingFace directly (so, not limited to ollama's unofficial model mirror like ollama is). There is no reason to ever use ollama.
- ffsm8 6mo ago> I don't think it does, but llama.cpp does I just checked their docs and can't see anything like it. Did you mistake the command to just download and load the model?
- u8080 6mo ago-hf ModelName:Q4_K_M
- ffsm8 6mo agoDid you mistake the command to just download and load the model too? Actually that shouldn't be a question, you clearly did. Hint: it also opens Claude code configured to use that model
- DiabloD3 6mo agoAs a sibling comment answered you, it is `-hf`. And yes, it downloads the model, caches it, and then serves future loads of that model out of the cache if the file hasn't changed in the hf repo.
- ffsm8 6mo agoSo I'm summary: no, it does not have an equivalent command either.
- beanjuiceII 6mo agosure there's a reason...it works fine thats the reason