[GH-ISSUE #6068] ollama serve --choice a model name #3791

Closed
opened 2026-04-12 14:37:29 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @ruanjianlun on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6068

hi guys I have a problem with aggregation, I am using it on windows, when I pass ollama serve, how do I select the aggregation model? For example, the following operation

(base) PS C:\Users\Administrator> ollama serve --model codellama:7b
Error: unknown flag: --model
(base) PS C:\Users\Administrator>

Originally created by @ruanjianlun on GitHub (Jul 30, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6068 hi guys I have a problem with aggregation, I am using it on windows, when I pass ollama serve, how do I select the aggregation model? For example, the following operation (base) PS C:\Users\Administrator> ollama serve --model codellama:7b Error: unknown flag: --model (base) PS C:\Users\Administrator>
GiteaMirror added the feature request label 2026-04-12 14:37:29 -05:00
Author
Owner

@ethanknights commented on GitHub (Jul 30, 2024):

The local server is generic. So you'd use start it once:
./ollama serve

Then run a specific model using that local server with:
./ollama run llama3.1

<!-- gh-comment-id:2257821326 --> @ethanknights commented on GitHub (Jul 30, 2024): The local server is generic. So you'd use start it once: `./ollama serve` Then run a specific model using that local server with: `./ollama run llama3.1`
Author
Owner

@ruanjianlun commented on GitHub (Jul 31, 2024):

@ethanknights thanks, bro! Got it, ollama is so exciting!

<!-- gh-comment-id:2259468785 --> @ruanjianlun commented on GitHub (Jul 31, 2024): @ethanknights thanks, bro! Got it, ollama is so exciting!
Author
Owner

@qalqi commented on GitHub (Oct 14, 2025):

You can check the current running model at http://127.0.0.1:11434/api/ps

<!-- gh-comment-id:3403787780 --> @qalqi commented on GitHub (Oct 14, 2025): You can check the current running model at http://127.0.0.1:11434/api/ps
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#3791