Jeffrey Morgan 5be9bdd444 Update modelfile.md пре 1 година
..
tutorials f9b7d65e2b docs/tutorials: add bit on how to use Fly GPUs on-demand with Ollama (#1406) пре 1 година
README.md df086d3c8c fix docker doc to point to hub пре 1 година
api.md e868c8a5c7 Update api.md (#1878) пре 1 година
development.md df54c723ae Make CPU builds parallel and customizable AMD GPUs пре 1 година
faq.md 93a756266c faq: update to use launchctl setenv пре 1 година
import.md b17ccd0542 Update import.md пре 1 година
linux.md 40a0a90a88 Add group delete to uninstall instructions (#1924) пре 1 година
modelfile.md 5be9bdd444 Update modelfile.md пре 1 година
troubleshooting.md d88c527be3 Build multiple CPU variants and pick the best пре 1 година
tutorials.md 85951d25ef Created tutorial for running Ollama on NVIDIA Jetson devices (#1098) пре 1 година

README.md

Documentation

To get started, see the project's quickstart.

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.