Instructions to use mudler/Gemopus-4-26B-A4B-it-Preview-APEX-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 mudler/Gemopus-4-26B-A4B-it-Preview-APEX-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 mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16 # Run inference directly in the terminal: llama cli -hf mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16 # Run inference directly in the terminal: llama cli -hf mudler/Gemopus-4-26B-A4B-it-Preview-APEX-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 mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf mudler/Gemopus-4-26B-A4B-it-Preview-APEX-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 mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16
Use Docker
docker model run hf.co/mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16
- LM Studio
- Jan
- Ollama
How to use mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF with Ollama:
ollama run hf.co/mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16
- Unsloth Desktop
- Docker Model Runner
How to use mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF with Docker Model Runner:
docker model run hf.co/mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16
- Lemonade
How to use mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mudler/Gemopus-4-26B-A4B-it-Preview-APEX-GGUF:F16
Run and chat with the model
lemonade run user.Gemopus-4-26B-A4B-it-Preview-APEX-GGUF-F16
List all available models
lemonade list
- Atomic Chat
Update support banner: orange GPU-rental ask + thanks HF for storage
Browse files
README.md
CHANGED
|
@@ -11,15 +11,16 @@ tags:
|
|
| 11 |
---
|
| 12 |
|
| 13 |
|
| 14 |
-
|
| 15 |
-
<
|
| 16 |
-
<
|
|
|
|
| 17 |
<p style="font-size: 20px; margin: 0;">
|
| 18 |
<a href="https://www.patreon.com/cw/mudler" style="color: white; text-decoration: underline;">π Patreon (Monthly)</a> |
|
| 19 |
<a href="https://www.buymeacoffee.com/mudler" style="color: white; text-decoration: underline;">β Buy Me a Coffee</a> |
|
| 20 |
<a href="https://github.com/sponsors/mudler" style="color: white; text-decoration: underline;">β GitHub Sponsors</a>
|
| 21 |
</p>
|
| 22 |
-
<p style="font-size:
|
| 23 |
</div>
|
| 24 |
|
| 25 |
# Gemopus 4 26B-A4B APEX GGUF
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
|
| 14 |
+
|
| 15 |
+
<div style="background-color: #f59e0b; color: white; padding: 20px; border-radius: 10px; text-align: center; margin: 20px 0;">
|
| 16 |
+
<h2 style="color: white; margin: 0 0 10px 0;">β‘ Each donation = another big MoE quantized</h2>
|
| 17 |
+
<p style="font-size: 18px; margin: 0 0 15px 0;">I host <b>25+ free APEX MoE quantizations</b> as independent research, but I no longer have access to a powerful local GPU. <b>Every big quant now requires renting compute</b> β typically $20-100 per model.<br>If APEX quants are useful to you, your support directly funds the next runs.</p>
|
| 18 |
<p style="font-size: 20px; margin: 0;">
|
| 19 |
<a href="https://www.patreon.com/cw/mudler" style="color: white; text-decoration: underline;">π Patreon (Monthly)</a> |
|
| 20 |
<a href="https://www.buymeacoffee.com/mudler" style="color: white; text-decoration: underline;">β Buy Me a Coffee</a> |
|
| 21 |
<a href="https://github.com/sponsors/mudler" style="color: white; text-decoration: underline;">β GitHub Sponsors</a>
|
| 22 |
</p>
|
| 23 |
+
<p style="font-size: 14px; margin: 10px 0 0 0; opacity: 0.9;">π Big thanks to Hugging Face for generously donating additional storage β much appreciated.</p>
|
| 24 |
</div>
|
| 25 |
|
| 26 |
# Gemopus 4 26B-A4B APEX GGUF
|