Fanar-1-9B-Instruct-gguf
47
1
9.0B
2 languages
Q4
—
by
yasserrmd
Language Model
OTHER
9B params
New
47 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
21GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
9GB+ RAM
Code Examples
Quick start (llama.cpp ≥ 0.2)bashllama.cpp
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make -j
./main -m Fanar-1-9B-Instruct.Q4_K_M.gguf -p "ما هي عاصمة قطر؟"Python (llama-cpp-python)pythonllama.cpp
from llama_cpp import Llama
llm = Llama(
model_path="Fanar-1-9B-Instruct.Q4_K_M.gguf",
n_ctx=4096,
chat_format="gemma" # Fanar follows Gemma chat template
)
print(llm.create_chat_completion(
messages=[{"role":"user","content":"Translate 'peace' to Arabic"}]
).choices[0].message.content)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.