We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Created a package for Linux
https://github.com/jobs-git/ollama-server
Sorry, something went wrong.
No branches or pull requests
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:
Then turn off the server:
The text was updated successfully, but these errors were encountered: