Mahiron App
Collection
Collection of projects used by Mahiron App • 2 items • Updated
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf nanakura/vanila:F16# Run inference directly in the terminal:
llama-cli -hf nanakura/vanila:F16# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf nanakura/vanila:F16# Run inference directly in the terminal:
./llama-cli -hf nanakura/vanila:F16git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf nanakura/vanila:F16# Run inference directly in the terminal:
./build/bin/llama-cli -hf nanakura/vanila:F16docker model run hf.co/nanakura/vanila:F168-bit
16-bit
Base model
meta-llama/Llama-3.2-3B-Instruct
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf nanakura/vanila:F16# Run inference directly in the terminal: llama-cli -hf nanakura/vanila:F16