Feature Request: Wheel for Ollama Server and Corresponding Startup #244

Open
opened 2026-02-15 16:29:09 -05:00 by yindo · 1 comment
Owner

Originally created by @jobs-git on GitHub (Mar 21, 2025).

Is wheels for ollama will streamline is installation and use in ollama supported tools.

CUDA is available via pip install for example, so its not new to package non python software this way.

In addition, support for server start and server shutdown via python is requested.

Possibly this:

Create server instance:

ollama_server = Ollama_Server ()

Then turn off the server:

ollama_server.clear ()
# or
del ollama_server
Originally created by @jobs-git on GitHub (Mar 21, 2025). Is wheels for ollama will streamline is installation and use in ollama supported tools. CUDA is available via pip install for example, so its not new to package non python software this way. In addition, support for server start and server shutdown via python is requested. Possibly this: Create server instance: ```python ollama_server = Ollama_Server () ``` Then turn off the server: ```python ollama_server.clear () # or del ollama_server ```
Author
Owner

@jobs-git commented on GitHub (Mar 22, 2025):

Created a package for Linux

https://github.com/jobs-git/ollama-server

@jobs-git commented on GitHub (Mar 22, 2025): Created a package for Linux https://github.com/jobs-git/ollama-server
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#244