Instructions to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-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 mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
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 mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
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 mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with Ollama:
ollama run hf.co/mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Latxa-Qwen3-VL-2B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/Latxa-Qwen3-VL-2B-Instruct-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from nico1
Browse files- .gitattributes +12 -0
- Latxa-Qwen3-VL-2B-Instruct.IQ4_XS.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q2_K.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q3_K_L.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q3_K_M.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q3_K_S.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q4_K_M.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q4_K_S.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q5_K_M.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q5_K_S.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q6_K.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.Q8_0.gguf +3 -0
- Latxa-Qwen3-VL-2B-Instruct.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Latxa-Qwen3-VL-2B-Instruct.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Latxa-Qwen3-VL-2B-Instruct.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Latxa-Qwen3-VL-2B-Instruct.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Latxa-Qwen3-VL-2B-Instruct.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Latxa-Qwen3-VL-2B-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Latxa-Qwen3-VL-2B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Latxa-Qwen3-VL-2B-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Latxa-Qwen3-VL-2B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Latxa-Qwen3-VL-2B-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Latxa-Qwen3-VL-2B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Latxa-Qwen3-VL-2B-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Latxa-Qwen3-VL-2B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Latxa-Qwen3-VL-2B-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Latxa-Qwen3-VL-2B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Latxa-Qwen3-VL-2B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Latxa-Qwen3-VL-2B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Latxa-Qwen3-VL-2B-Instruct.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e2f94c824071083824881592ca672b685f285c42417da1f771e734c7eb76d70
|
| 3 |
+
size 1016282656
|
Latxa-Qwen3-VL-2B-Instruct.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42bef99b49fbbcaabd79c26e437154bbe7236c26a3375e2d3b57b0eec90e4034
|
| 3 |
+
size 777797152
|
Latxa-Qwen3-VL-2B-Instruct.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:827c636d6303b3c2e36f0e79d7997758a82c1b58117e7624c05bd0ccd63ec5c2
|
| 3 |
+
size 1003503136
|
Latxa-Qwen3-VL-2B-Instruct.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c2c49970e45078f3bc3160e76c74e4bce9c4f6090c4807f93893fddcc81dc00
|
| 3 |
+
size 939540000
|
Latxa-Qwen3-VL-2B-Instruct.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f663de12520c4c0c40f3468e1f342608462e0774a69e67e8bb1afada3e2ddb4e
|
| 3 |
+
size 867253792
|
Latxa-Qwen3-VL-2B-Instruct.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db64eec5c4ce5e0e00db6bf4d5dd61edba98657393de0fa22619bf8c7cbc572
|
| 3 |
+
size 1107410464
|
Latxa-Qwen3-VL-2B-Instruct.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b119bd5da748778be391d75d9866e6776f6727610d24edd5fc86b60995efbf57
|
| 3 |
+
size 1060191776
|
Latxa-Qwen3-VL-2B-Instruct.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0062fc8e658333720b6f3e60a080b1bce859288b3e62c092e4b09292299cbef
|
| 3 |
+
size 1257881120
|
Latxa-Qwen3-VL-2B-Instruct.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c678e620a371ac0b45542a52543e9b7b2da619106e605922e9d0f5b182932f0
|
| 3 |
+
size 1230585376
|
Latxa-Qwen3-VL-2B-Instruct.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73519a3b6df4aa55b477a475b422aef622c6b90dc1e243b7015b485785410344
|
| 3 |
+
size 1417756192
|
Latxa-Qwen3-VL-2B-Instruct.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:846e3ea0beb495c424ea0832116848db4b81fc079d326e82ce4d35e6923da943
|
| 3 |
+
size 1834427936
|
Latxa-Qwen3-VL-2B-Instruct.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8479d666f20bcd88c3cf8bee21718a49b8bec506e048eabbef8d80ada35bb4d2
|
| 3 |
+
size 3447350816
|