ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
2.75k stars 227 forks source link

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

Closed ganakee closed 5 months ago

ganakee commented 5 months ago

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 5 months ago

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

mxyng commented 5 months ago

The above comment is correct. This is only a Python wrapper for the API. It does not install nor run ollama itself