diff --git a/Introduction.md b/Introduction.md index 664cdfa..7ba92bb 100644 --- a/Introduction.md +++ b/Introduction.md @@ -1,6 +1,6 @@ ### 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. +AutoGGUF is an automated graphical interface designed for GGUF model quantization. Made with PySide6 and llama.cpp, AutoGGUF simplifies the process of quantizing large language models (LLMs) for efficient local inference. ### Purpose and Features @@ -10,4 +10,5 @@ The primary purpose of AutoGGUF is to democratize access to LLMs by making quant 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 +6. Parallel quantization +7. LoRA conversion \ No newline at end of file