dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
1.88k stars 416 forks source link

Optimize Ollama build by enabling `-j$(proc)` #549

Closed tokk-nv closed 4 weeks ago

tokk-nv commented 4 weeks ago

Ollama build process is currently hardcoded with -j8 options. Enabling -j$(proc) reduces the Ollama build time by 2 min on Jetson AGX Orin 64GB Developer Kit.