Instructions to use cstr/ALMA-7B-R-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use cstr/ALMA-7B-R-GGUF with 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 cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: llama cli -hf cstr/ALMA-7B-R-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: llama cli -hf cstr/ALMA-7B-R-GGUF
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 cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: ./llama-cli -hf cstr/ALMA-7B-R-GGUF
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 cstr/ALMA-7B-R-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf cstr/ALMA-7B-R-GGUF
Use Docker
docker model run hf.co/cstr/ALMA-7B-R-GGUF
- LM Studio
- Jan
- Ollama
How to use cstr/ALMA-7B-R-GGUF with Ollama:
ollama run hf.co/cstr/ALMA-7B-R-GGUF
- Unsloth Studio
How to use cstr/ALMA-7B-R-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for cstr/ALMA-7B-R-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for cstr/ALMA-7B-R-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for cstr/ALMA-7B-R-GGUF to start chatting
- Docker Model Runner
How to use cstr/ALMA-7B-R-GGUF with Docker Model Runner:
docker model run hf.co/cstr/ALMA-7B-R-GGUF
- Lemonade
How to use cstr/ALMA-7B-R-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull cstr/ALMA-7B-R-GGUF
Run and chat with the model
lemonade run user.ALMA-7B-R-GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
metadata
license: mit
tags:
- gguf
- llm
base_model: haoranxu/ALMA-7B-R
ALMA-7B-R — GGUF
GGUF conversion of haoranxu/ALMA-7B-R. ALMA-7B-R translation model (Advanced LLM-based Machine Assisted translation).
Files
| File | Size |
|---|---|
ALMA-7B-R-q4-k-m.gguf |
3892 MB |
Compatible with llama.cpp and other GGUF runtimes.
Provenance and EU AI Act Art. 53 note
- Upstream model: haoranxu/ALMA-7B-R — published by
haoranxu. - Upstream licence:
mit. This repository redistributes under the same terms; it grants no rights the upstream licence does not. - What was done here: format conversion and/or quantisation only (GGUF). No training, no fine-tuning, no merging, no distillation, no change to architecture, vocabulary or capability. Only the numeric representation of the upstream weights differs.
- Training data: documented — where it is documented at all — by the upstream provider; see the upstream model card. No training data was used, added or selected by this repository.
- Provider status: under Regulation (EU) 2024/1689 the upstream authors remain the provider of this model. Converting the serialisation format does not make this repository the provider of a new general-purpose AI model, and no such claim is made. Questions about training content, copyright policy or model capability belong upstream.