Views
No views yet
A lightweight, locally-runnable conversational AI packaged for instant use.
| File | Description |
|---|---|
minai-flash-lite-1b.gguf | The model in GGUF format (float16). ~2 GB. |
chat.py | Interactive CLI chat script with streaming output. |
README.md | This file. |
llama-cpp-python with Metal support (for Apple Silicon GPU acceleration)llama-cpp-python with Metal (Apple Silicon)CMAKE_ARGS="-DGGML_METAL=on" pip install llama-cpp-pythonLinux with NVIDIA GPU: UseCMAKE_ARGS="-DGGML_CUDA=on"instead. CPU-only: Just runpip install llama-cpp-python.
python3 chat.py/reset — Clear the conversation history/exit — Quit the chatllama.cpp-based runtime: