Clarification: Does this install ollama or just act as an API to an existing install? #4

Closed
opened 2026-02-15 16:27:23 -05:00 by yindo · 2 comments
Owner

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?

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?
yindo closed this issue 2026-02-15 16:27:23 -05:00
Author
Owner

@mrkiura commented on GitHub (Jan 25, 2024):

This acts as an API to an existing (running) install.

@mrkiura commented on GitHub (Jan 25, 2024): This acts as an API to an existing (running) install.
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#4