Skip to content

Instantly share code, notes, and snippets.

ggml-org/llama.cpp#15709 (comment)

As a non-SWE, I think the --help could be made cleaner and clearer to drive adoption. Here's the help information reformatted, organized into clear sections, parameter ranges and usage examples added

Llama CLI User Guide

A comprehensive guide to using the llama-cli command-line tool for text generation and chat conversations with Large Language Models.

llama-cli Version

@hexalm
hexalm / adb-dns.bat
Created December 14, 2025 00:52 — forked from sharunkumar/adb-dns.bat
Enabling / Disabling private DNS in android via ADB
rem to disable private dns
adb shell settings put global private_dns_mode off
rem to enable private dns with hostname (example with dns.adguard.com)
adb shell settings put global private_dns_mode hostname
adb shell settings put global private_dns_specifier dns.adguard.com