Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jobs-git opened this issue Mar 21, 2025 · 1 comment
Open

Comments

@jobs-git
Copy link

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
@jobs-git
Copy link
Author

Created a package for Linux

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant