[GH-ISSUE #10271] Model Request: ALLaM-AI/ALLaM-7B-Instruct-preview #32505

Closed
opened 2026-04-22 13:50:17 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @alqahtani on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10271

Hi team,

I’d like to request support for the following model in Ollama:
• Model name: ALLaM-7B-Instruct-preview
• Publisher: ALLaM-AI
• Model type: Instruction-tuned LLM
• Architecture: LLaMA-based
• Use case: General-purpose instruction following, chat interface
• License: Apache 2.0
• Why: It’s a promising open-source alternative with a strong performance profile especially in Arabic language and culture. Would love to use it locally via Ollama with GGUF support.

Thanks for considering!

Originally created by @alqahtani on GitHub (Apr 14, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10271 Hi team, I’d like to request support for the following model in Ollama: • Model name: [ALLaM-7B-Instruct-preview](https://huggingface.co/ALLaM-AI/ALLaM-7B-Instruct-preview) • Publisher: ALLaM-AI • Model type: Instruction-tuned LLM • Architecture: LLaMA-based • Use case: General-purpose instruction following, chat interface • License: Apache 2.0 • Why: It’s a promising open-source alternative with a strong performance profile especially in Arabic language and culture. Would love to use it locally via Ollama with GGUF support. Thanks for considering!
Author
Owner

@rick-github commented on GitHub (Apr 14, 2025):

This is a llama based model so importing into your ollama server should be straightforward.

<!-- gh-comment-id:2802573246 --> @rick-github commented on GitHub (Apr 14, 2025): This is a llama based model so [importing](https://github.com/ollama/ollama/blob/main/docs/import.md#importing-a-model-from-safetensors-weights) into your ollama server should be straightforward.
Author
Owner

@rick-github commented on GitHub (Apr 30, 2025):

$ mkdir -p ALLaM-AI/ALLaM-7B-Instruct-preview && cd ALLaM-AI/ALLaM-7B-Instruct-preview
$ huggingface-cli download --local-dir . --exclude='evaluations*' ALLaM-AI/ALLaM-7B-Instruct-preview
$ ollama create allam:7b-instruct-preview-fp16
$ ollama run allam:7b-instruct-preview-fp16 hello
 Hello! How can I help you today? 

$ echo FROM allam:7b-instruct-preview-fp16 > Modelfile
$ ollama create -q q4_k_m allam:7b-instruct-preview-q4_k_m
$ ollama run allam:7b-instruct-preview-q4_k_m hello
 Hello! How can I help you today? 

$ ollama list allam
NAME                                ID              SIZE      MODIFIED           
allam:7b-instruct-preview-q4_k_m    1850dd8c1baf    5.0 GB    About a minute ago    
allam:7b-instruct-preview-fp16      e343394915cc    14 GB     6 minutes ago         
<!-- gh-comment-id:2842594674 --> @rick-github commented on GitHub (Apr 30, 2025): ```console $ mkdir -p ALLaM-AI/ALLaM-7B-Instruct-preview && cd ALLaM-AI/ALLaM-7B-Instruct-preview $ huggingface-cli download --local-dir . --exclude='evaluations*' ALLaM-AI/ALLaM-7B-Instruct-preview $ ollama create allam:7b-instruct-preview-fp16 $ ollama run allam:7b-instruct-preview-fp16 hello Hello! How can I help you today? $ echo FROM allam:7b-instruct-preview-fp16 > Modelfile $ ollama create -q q4_k_m allam:7b-instruct-preview-q4_k_m $ ollama run allam:7b-instruct-preview-q4_k_m hello Hello! How can I help you today? $ ollama list allam NAME ID SIZE MODIFIED allam:7b-instruct-preview-q4_k_m 1850dd8c1baf 5.0 GB About a minute ago allam:7b-instruct-preview-fp16 e343394915cc 14 GB 6 minutes ago
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#32505