How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf hayulalab/Averroes-7B-v2-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf hayulalab/Averroes-7B-v2-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf hayulalab/Averroes-7B-v2-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf hayulalab/Averroes-7B-v2-GGUF:F16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf hayulalab/Averroes-7B-v2-GGUF:F16
# Run inference directly in the terminal:
./llama-cli -hf hayulalab/Averroes-7B-v2-GGUF:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf hayulalab/Averroes-7B-v2-GGUF:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf hayulalab/Averroes-7B-v2-GGUF:F16
Use Docker
docker model run hf.co/hayulalab/Averroes-7B-v2-GGUF:F16
Quick Links

🌐 Part of Hayula Agent OS

Hayula Agent OS

91 Agents. 4 Devices. 8 Frameworks. Zero Cloud. Hayula Agent OS


license: other license_name: Hayula Research License v1.0 license_link: https://hayula.xyz/license language: - en - ar tags: - gguf - quantized - averroes - arabic - llm

Averroes-7B-v2 GGUF

This repository contains GGUF quantized versions of Averroes-7B-v2, a bilingual Arabic-English language model fine-tuned from Llama-3.1-8B.

Available Files

File Size Description
averroes-7b-q4_k_m.gguf 4.68 GB Q4_K_M quantized (recommended)

Usage with llama.cpp

Build llama.cpp and run: ./llama-cli -m averroes-7b-q4_k_m.gguf -n 512 -p "Your prompt here"

Usage with Ollama

ollama run hf.co/hayulalab/Averroes-7B-v2-GGUF:q4_k_m


Part of the Hayula Agent OS ecosystem β€” 91 open-source AI agents across 4 devices, 8 frameworks. Your hardware. Your data. Zero cloud.

License

This model is licensed under the Hayula Research License v1.0.

Permissions

  • βœ… Research Use: Free to use, modify, and distribute for academic and non-commercial research
  • βœ… Attribution Required: Credit "Hayula Lab" and link to the original model page

Restrictions

  • ❌ No Commercial Use: You may NOT use this model or derivatives for commercial purposes without explicit written permission from Hayula Labs
  • ❌ No Competing Services: You may NOT offer this model (or derivatives) as a hosted service competitive to Hayula products
  • ❌ No Redistribution Under Different License: You may NOT relicense this model or derivatives under a more permissive license

Commercial Licensing

For commercial use, research collaborations, or enterprise licensing, contact:

Citation

If you use this model in your research, please cite:

@misc{hayula-lab,
  author = {Hayula Lab},
  title = {Hayula Agent OS β€” Open Source AI Agent Ecosystem},
  year = {2026},
  publisher = {HuggingFace},
  url = {https://hayula.xyz}
}

Built with ❀️ by Hayula Labs

Downloads last month
21
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support