Instructions to use aaardpark/Qwen2.5-72B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use aaardpark/Qwen2.5-72B-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="aaardpark/Qwen2.5-72B-Instruct-GGUF", filename="Qwen2.5-72B-Instruct-aaardpark-Q3_K_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use aaardpark/Qwen2.5-72B-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 aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M # Run inference directly in the terminal: llama cli -hf aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M # Run inference directly in the terminal: llama cli -hf aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_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 aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M # Run inference directly in the terminal: ./llama-cli -hf aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_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 aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
Use Docker
docker model run hf.co/aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
- LM Studio
- Jan
- Ollama
How to use aaardpark/Qwen2.5-72B-Instruct-GGUF with Ollama:
ollama run hf.co/aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
- Unsloth Studio
How to use aaardpark/Qwen2.5-72B-Instruct-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 aaardpark/Qwen2.5-72B-Instruct-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 aaardpark/Qwen2.5-72B-Instruct-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for aaardpark/Qwen2.5-72B-Instruct-GGUF to start chatting
- Pi
How to use aaardpark/Qwen2.5-72B-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 aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use aaardpark/Qwen2.5-72B-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 aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_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 aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use aaardpark/Qwen2.5-72B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
- Lemonade
How to use aaardpark/Qwen2.5-72B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull aaardpark/Qwen2.5-72B-Instruct-GGUF:Q3_K_M
Run and chat with the model
lemonade run user.Qwen2.5-72B-Instruct-GGUF-Q3_K_M
List all available models
lemonade list
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -48,34 +48,6 @@ On smaller models (7B): GPTQ 3-bit PPL = 12.576, our 3-bit PPL = 6.148. GPTQ is
|
|
| 48 |
| Base Q3_K_M (this format) | 2.904 |
|
| 49 |
| Instruct Q3_K_M | 3.962 |
|
| 50 |
|
| 51 |
-
## Example Outputs
|
| 52 |
-
|
| 53 |
-
**Game theory proof:**
|
| 54 |
-
> Player 1 chooses a=1. For ANY b chosen by Player 2, Player 1 picks c ≤ b²/4. Discriminant = b² - 4c ≥ b² - b² = 0 for all b. Player 1 has a universal winning strategy.
|
| 55 |
-
|
| 56 |
-
**100 prisoners problem:**
|
| 57 |
-
> Each prisoner follows the cycle starting from their own box number. Success probability ≈ 31% (1 - ln 2). The strategy works because random permutations have no cycle longer than 50 with probability ≈ 0.31.
|
| 58 |
-
|
| 59 |
-
**Math (bat and ball):**
|
| 60 |
-
> The ball costs $0.05. Let x = ball. Bat = x + 1. Total: 2x + 1 = 1.10 → x = 0.05.
|
| 61 |
-
|
| 62 |
-
**Code (Sieve of Eratosthenes):**
|
| 63 |
-
```python
|
| 64 |
-
def sieve_of_eratosthenes(n: int) -> list[int]:
|
| 65 |
-
if n < 2: return []
|
| 66 |
-
is_prime = [True] * (n + 1)
|
| 67 |
-
is_prime[0] = is_prime[1] = False
|
| 68 |
-
p = 2
|
| 69 |
-
while p * p <= n:
|
| 70 |
-
if is_prime[p]:
|
| 71 |
-
for i in range(p * p, n + 1, p):
|
| 72 |
-
is_prime[i] = False
|
| 73 |
-
p += 1
|
| 74 |
-
return [i for i in range(n + 1) if is_prime[i]]
|
| 75 |
-
```
|
| 76 |
-
|
| 77 |
-
All generated at ~5 tok/s on Apple Silicon with Metal. 35 GB file.
|
| 78 |
-
|
| 79 |
## Why This Quant is Different
|
| 80 |
|
| 81 |
Standard 3-bit quantization (RTN) rounds each weight to the nearest grid point uniformly. This destroys the precise weight values that control multi-step reasoning — GSM8K drops from 90% to 16%.
|
|
|
|
| 48 |
| Base Q3_K_M (this format) | 2.904 |
|
| 49 |
| Instruct Q3_K_M | 3.962 |
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
## Why This Quant is Different
|
| 52 |
|
| 53 |
Standard 3-bit quantization (RTN) rounds each weight to the nearest grid point uniformly. This destroys the precise weight values that control multi-step reasoning — GSM8K drops from 90% to 16%.
|