eltay89/ALLaM-7B-Instruct-GGUF
๐ฆ ALLaM-7B-Instruct-GGUF
This repository provides quantized GGUF versions of ALLaM-7B-Instruct, optimized for efficient inference using llama.cpp.
โ ๏ธ Acknowledgment
The original model was developed by ALLaM-AI and is available here: ๐ ALLaM-7B-Instruct-Preview
This repository only provides quantized versions for improved performance on different hardware.
โจ Overview
ALLaM-7B-Instruct is an Arabic-centric instruction-tuned model based on Metaโs LLaMA architecture, designed for natural language understanding and generation in Arabic.
๐ Whatโs New?
โ
GGUF Format โ Optimized for llama.cpp โ
Multiple Quantization Levels โ Balance between precision and efficiency โ
Run on CPUs & Low-Resource Devices โ No need for high-end GPUs!
๐ Available Model Quantizations
๐ Installation & Setup
1๏ธโฃ Install `llama.cpp`
Clone and build llama.cpp:
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make2๏ธโฃ Download the Model
Choose and download a .gguf file from this repository.
3๏ธโฃ Run Inference
Use llama.cpp to generate responses:
./main -m ALLaM-7B-Instruct-Q4_0.gguf -p "ููู ุฃุฌูุฒ ููุจ ุดุงููุ"Expected Output:
ูุชุญุถูุฑ ููุจ ุดุงูุ ุงุบูู ุงูู
ุงุกุ ุถุน ุงูุดุงู ูู ุงูููุจุ ูุงุณูุจ ุงูู
ุงุก ุงูุณุงุฎู ูููู. ุงุชุฑูู ูุฏูุงุฆู ุซู
ุงุณุชู
ุชุน ุจู
ุฐุงูู!๐ Benchmarks & Performance
Performance may vary based on hardware and configuration.
๐ License
This model follows the ALLaM-AI license. Refer to their Hugging Face repository for details.
โค๏ธ Acknowledgments
- ALLaM-AI for developing the original ALLaM-7B-Instruct model.
- llama.cpp by ggerganov for optimized inference.
โญ Contributions & Feedback
If you find this quantized model useful, feel free to contribute, provide feedback, or share your results!
