Jeffrey Morgan 2a2fa3c329 `api.md` cleanup & formatting 1 vuosi sitten
..
tutorials f9b7d65e2b docs/tutorials: add bit on how to use Fly GPUs on-demand with Ollama (#1406) 1 vuosi sitten
README.md 291700c92d Clean up documentation (#1506) 1 vuosi sitten
api.md 2a2fa3c329 `api.md` cleanup & formatting 1 vuosi sitten
development.md e5202eb687 Quiet down llama.cpp logging by default 1 vuosi sitten
faq.md 511069a2a5 update where are models stored q 1 vuosi sitten
import.md 291700c92d Clean up documentation (#1506) 1 vuosi sitten
linux.md 92119de9d8 update linux.md 1 vuosi sitten
modelfile.md 291700c92d Clean up documentation (#1506) 1 vuosi sitten
troubleshooting.md 291700c92d Clean up documentation (#1506) 1 vuosi sitten
tutorials.md 85951d25ef Created tutorial for running Ollama on NVIDIA Jetson devices (#1098) 1 vuosi sitten

README.md

Documentation

To get started, see the project's quicktart.

Ollama is a tool for running AI models on your hardware. Many users will choose to use the Command Line Interface (CLI) to work with Ollama. Learn more about all the commands in the CLI in the Main Readme.

Use the RESTful API using any language, including Python, JavaScript, Typescript, Go, Rust, and many more. Learn more about using the API in the API Documentation.

Create new models or modify models already in the library using the Modelfile. Learn more about the Modelfile syntax in the Modelfile Documentation.

Import models using source model weights found on Hugging Face and similar sites by referring to the Import Documentation.

Installing on Linux in most cases is easy using the script on Ollama.ai. To get more detail about the install, including CUDA drivers, see the Linux Documentation.

Many of our users like the flexibility of using our official Docker Image. Learn more about using Docker with Ollama using the Docker Documentation.

It is easy to install on Linux and Mac, but many users will choose to build Ollama on their own. To do this, refer to the Development Documentation.

If encountering a problem with Ollama, the best place to start is the logs. Find more information about them here in the Troubleshooting Guide.

Finally for all the questions that don't fit anywhere else, there is the FAQ

Tutorials apply the documentation to tasks.

For working code examples of using Ollama, see Examples.