nvidia-jetson.md 812 Bytes
Newer Older
1
2
# Running Ollama on NVIDIA Jetson Devices

Jeremy's avatar
Jeremy committed
3
Ollama runs well on [NVIDIA Jetson Devices](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/) and should run out of the box with the standard installation instructions. 
4

Jeremy's avatar
Jeremy committed
5
The following has been tested on [JetPack 5.1.2](https://developer.nvidia.com/embedded/jetpack), but should also work on JetPack 6.0.
6

7
- Install Ollama via standard Linux command (ignore the 404 error): `curl https://ollama.com/install.sh | sh`
8
- Pull the model you want to use (e.g. mistral): `ollama pull mistral`
Jeremy's avatar
Jeremy committed
9
- Start an interactive session: `ollama run mistral`
10

Jeremy's avatar
Jeremy committed
11
And that's it!
12

Jeremy's avatar
Jeremy committed
13
# Running Ollama in Docker
14

Jeremy's avatar
Jeremy committed
15
When running GPU accelerated applications in Docker, it is highly recommended to use [dusty-nv jetson-containers repo](https://github.com/dusty-nv/jetson-containers).