A collection of lightweight AI-powered tools built with LLaMA.cpp and small language models.
A guide on how to download, convert, quantize, and use Llama 3.1 8B model with llama.cpp on a Mac.
A step-by-step guide on building llamafiles from Llama 3.2 GGUFs, including scripting and Dockerization.
Tutorial on enforcing JSON output with Llama.cpp or the Gemini’s API for structured data generation from LLMs.
Large Model Proxy is designed to make it easy to run multiple resource-heavy Large Models (LM) on the same machine with limited amount of VRAM/other resources.
This page provides information about LLooM, a tool that uses raw LLM logits to weave threads in a probabilistic way. It includes instructions on how to use LLooM with various environments, such as vLLM, llama.cpp, and OpenAI. The README also explains the parameters and configurations for LLooM.
An explanation of the quant names used in the llama.cpp implementation, as well as information on the different types of quant schemes available.
Retrochat is chat application that supports Llama.cpp, Kobold.cpp, and Ollama. It highlights new features, commands for configuration, chat management, and models, and provides a download link for the release.
Utilities for Llama.cpp, OpenAI, Anthropic, Mistral-rs. A collection of tools for interacting with various large language models. The code is written in Rust and includes functions for loading models, tokenization, prompting, text generation, and more.
llm-tool provides a command-line utility for running large language models locally. It includes scripts for pulling models from the internet, starting them, and managing them using various commands such as 'run', 'ps', 'kill', 'rm', and 'pull'. Additionally, it offers a Python script named 'querylocal.py' for querying these models. The repository also come