**
**
Install required dependencies:
apt-get install gcc gobjc pkg-config libpthread-stubs0-dev
#!/bin/bash | |
START_NONCE=5000000 | |
# 400Gb plot file | |
NONCE_COUNT=1638400 | |
# Plot file count | |
PART=17 | |
STAGGER=16384 | |
ID=176457656325214262 | |
COMMAND=/home/smit/src/gpuPlotGenerator/gpuPlotGenerator | |
# Ssd cache path |
This is a full account of the steps I ran to get llama.cpp
running on the Nvidia Jetson Nano 2GB. It accumulates multiple different fixes and tutorials, whose contributions are referenced at the bottom of this README.
At a high level, the procedure to install llama.cpp
on a Jetson Nano consists of 3 steps.
gcc 8.5
compiler from source.