diff --git a/Introduction.md b/Introduction.md new file mode 100644 index 0000000..664cdfa --- /dev/null +++ b/Introduction.md @@ -0,0 +1,13 @@ +### Overview of AutoGGUF + +AutoGGUF is an automated graphical interface designed for GGUF model quantization. Made with PyQt6 and llama.cpp, AutoGGUF simplifies the process of quantizing large language models (LLMs) for efficient local inference. + +### Purpose and Features + +The primary purpose of AutoGGUF is to democratize access to LLMs by making quantization more accessible. Key features include: + +1. Automated download and management of llama.cpp backends (including CUDA support) +2. Easy model selection and quantization +3. Support for various quantization types +4. User-friendly graphical interface +5. Compatibility with popular AI models \ No newline at end of file