Skip to content

Instantly share code, notes, and snippets.

@Smit1237
Smit1237 / JetsonNano2GB_LlamaCpp_SetupGuide.md
Created January 5, 2025 23:46 — forked from FlorSanders/JetsonNano2GB_LlamaCpp_SetupGuide.md
Setup llama.cpp on a Nvidia Jetson Nano 2GB

Setup Guide for llama.cpp on Nvidia Jetson Nano 2GB

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.

Procedure

At a high level, the procedure to install llama.cpp on a Jetson Nano consists of 3 steps.

  1. Compile the gcc 8.5 compiler from source.
@Smit1237
Smit1237 / ffmpeg-qsv-compile.md
Created July 8, 2018 17:51
Build FFmpeg with Intel's QSV-based encoders with Intel's Media SDK on Ubuntu 16.04

**

How to compile FFmpeg with Intel's QSV (h264_qsv) encoder(s) with Intel's Media SDK on Ubuntu:

**

Install required dependencies:

apt-get install gcc gobjc pkg-config libpthread-stubs0-dev

@Smit1237
Smit1237 / generate.sh
Last active January 23, 2018 19:34
Burstcoin GpuPlotter generation script
#!/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