mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Clarification: Does this install ollama or just act as an API to an existing install? #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ganakee on GitHub (Jan 24, 2024).
Looks like an interesting project and thanks for the work on it.
I reviewed the source. It seems that this acts as an API and DOES NOT install ollama itself. I want to verify that this does NOT install Ollama.
I ask because I have a custom-compiled version of ollama for AMD GPUs (difficult to do). My custom-compiled ollama instance launches via systemd.
I would not want this API to overwrite any of my ollama files.
Is there any confirmation/clarification on this API?
@mrkiura commented on GitHub (Jan 25, 2024):
This acts as an API to an existing (running) install.
@mxyng commented on GitHub (Jan 25, 2024):
The above comment is correct. This is only a Python wrapper for the API. It does not install nor run ollama itself