Instructions to use quantized4all/Agatha-111B-v1-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 quantized4all/Agatha-111B-v1-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 quantized4all/Agatha-111B-v1-GGUF:IQ2_M # Run inference directly in the terminal: llama cli -hf quantized4all/Agatha-111B-v1-GGUF:IQ2_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf quantized4all/Agatha-111B-v1-GGUF:IQ2_M # Run inference directly in the terminal: llama cli -hf quantized4all/Agatha-111B-v1-GGUF:IQ2_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 quantized4all/Agatha-111B-v1-GGUF:IQ2_M # Run inference directly in the terminal: ./llama-cli -hf quantized4all/Agatha-111B-v1-GGUF:IQ2_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 quantized4all/Agatha-111B-v1-GGUF:IQ2_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf quantized4all/Agatha-111B-v1-GGUF:IQ2_M
Use Docker
docker model run hf.co/quantized4all/Agatha-111B-v1-GGUF:IQ2_M
- LM Studio
- Jan
- Ollama
How to use quantized4all/Agatha-111B-v1-GGUF with Ollama:
ollama run hf.co/quantized4all/Agatha-111B-v1-GGUF:IQ2_M
- Unsloth Desktop
- Pi
How to use quantized4all/Agatha-111B-v1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf quantized4all/Agatha-111B-v1-GGUF:IQ2_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": "quantized4all/Agatha-111B-v1-GGUF:IQ2_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use quantized4all/Agatha-111B-v1-GGUF with Docker Model Runner:
docker model run hf.co/quantized4all/Agatha-111B-v1-GGUF:IQ2_M
- Lemonade
How to use quantized4all/Agatha-111B-v1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull quantized4all/Agatha-111B-v1-GGUF:IQ2_M
Run and chat with the model
lemonade run user.Agatha-111B-v1-GGUF-IQ2_M
List all available models
lemonade list
- Hermes Agent
How to use quantized4all/Agatha-111B-v1-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 quantized4all/Agatha-111B-v1-GGUF:IQ2_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 quantized4all/Agatha-111B-v1-GGUF:IQ2_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use quantized4all/Agatha-111B-v1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf quantized4all/Agatha-111B-v1-GGUF:IQ2_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 "quantized4all/Agatha-111B-v1-GGUF:IQ2_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"
Upload 18 files
Browse files- .gitattributes +18 -0
- Agatha-111B-v1-F16.gguf.7z.001 +3 -0
- Agatha-111B-v1-F16.gguf.7z.002 +3 -0
- Agatha-111B-v1-F16.gguf.7z.003 +3 -0
- Agatha-111B-v1-F16.gguf.7z.004 +3 -0
- Agatha-111B-v1-F16.gguf.7z.005 +3 -0
- Agatha-111B-v1-F16.gguf.7z.006 +3 -0
- Agatha-111B-v1-IQ3_M.gguf.7z.001 +3 -0
- Agatha-111B-v1-IQ3_M.gguf.7z.002 +3 -0
- Agatha-111B-v1-IQ4_NL.gguf.7z.001 +3 -0
- Agatha-111B-v1-IQ4_NL.gguf.7z.002 +3 -0
- Agatha-111B-v1-IQ4_XS.gguf.7z.001 +3 -0
- Agatha-111B-v1-IQ4_XS.gguf.7z.002 +3 -0
- Agatha-111B-v1-Q3_K.gguf.7z.001 +3 -0
- Agatha-111B-v1-Q3_K.gguf.7z.002 +3 -0
- Agatha-111B-v1-Q3_K_L.gguf.7z.001 +3 -0
- Agatha-111B-v1-Q3_K_L.gguf.7z.002 +3 -0
- Agatha-111B-v1-Q3_K_M.gguf.7z.001 +3 -0
- Agatha-111B-v1-Q3_K_M.gguf.7z.002 +3 -0
.gitattributes
CHANGED
|
@@ -65,3 +65,21 @@ Agatha-111B-v1-Q6_K.gguf.7z.003 filter=lfs diff=lfs merge=lfs -text
|
|
| 65 |
Agatha-111B-v1-Q8_0.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 66 |
Agatha-111B-v1-Q8_0.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 67 |
Agatha-111B-v1-Q8_0.gguf.7z.003 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
Agatha-111B-v1-Q8_0.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 66 |
Agatha-111B-v1-Q8_0.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 67 |
Agatha-111B-v1-Q8_0.gguf.7z.003 filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
Agatha-111B-v1-F16.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
Agatha-111B-v1-F16.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
Agatha-111B-v1-F16.gguf.7z.003 filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
Agatha-111B-v1-F16.gguf.7z.004 filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
Agatha-111B-v1-F16.gguf.7z.005 filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
Agatha-111B-v1-F16.gguf.7z.006 filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
Agatha-111B-v1-IQ3_M.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
Agatha-111B-v1-IQ3_M.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
Agatha-111B-v1-IQ4_NL.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
Agatha-111B-v1-IQ4_NL.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
Agatha-111B-v1-IQ4_XS.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
Agatha-111B-v1-IQ4_XS.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
Agatha-111B-v1-Q3_K_L.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
Agatha-111B-v1-Q3_K_L.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
Agatha-111B-v1-Q3_K_M.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
Agatha-111B-v1-Q3_K_M.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
Agatha-111B-v1-Q3_K.gguf.7z.001 filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
Agatha-111B-v1-Q3_K.gguf.7z.002 filter=lfs diff=lfs merge=lfs -text
|
Agatha-111B-v1-F16.gguf.7z.001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90e2ad921cd6d7e4646f3150db02d996969c414d4488dfe50ab53c50b200de4
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-F16.gguf.7z.002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37c63a92c714deffe53719a408b8a87d9fd2317b6438d20bc99799f32cd809e8
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-F16.gguf.7z.003
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eafe0525a827134b5baa160b8d204e137d1b91e3cc39d31bc7348e7e38a77557
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-F16.gguf.7z.004
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78f416b3a799794ab1964f84d5bfa6de2ab722af6045e8b4d17bdf7c2bb8e45d
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-F16.gguf.7z.005
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d3f6441526f502504b7368f2333c8ed484c7e5f64354c9e4e558421c2979119
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-F16.gguf.7z.006
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42d61d6437e579e3a1b982d73dc92aff2d263a643d4eeece5b630712d10910a5
|
| 3 |
+
size 7379305626
|
Agatha-111B-v1-IQ3_M.gguf.7z.001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e21be5882f02a2d4adacada7614456f2d4587452e57438cd09df0f2d95bbf31d
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-IQ3_M.gguf.7z.002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b408524d838d6e592e10245953a5fda28f0522d8a8db70c108d0260e0339ff7
|
| 3 |
+
size 7884653722
|
Agatha-111B-v1-IQ4_NL.gguf.7z.001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc913dd742eae06babd73bca3ab9db8f73d024b31cae0c422a0b12cb3b753d1b
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-IQ4_NL.gguf.7z.002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98c83a66b5d66e8e022fc4b472fffb2d20da258ed1ee232aa1aead67bcf67d8c
|
| 3 |
+
size 20898530466
|
Agatha-111B-v1-IQ4_XS.gguf.7z.001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71607b893d67eefb1545e3cf3acc889718ee3e0991905fb4369af78b3f8360fb
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-IQ4_XS.gguf.7z.002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cffa6f6c706e8742d958ab1c6bdb9d65d12e038e858f64034475f6da42df799
|
| 3 |
+
size 17664722082
|
Agatha-111B-v1-Q3_K.gguf.7z.001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75831283ad07685e1d8ad31bd5c0dfa8aa27528149cb0a13cb645af25a8068f9
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-Q3_K.gguf.7z.002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b2761481571dfdd619287e2559ea2a1b3fd6b4651f7c843226ab3c82d3eab02
|
| 3 |
+
size 11483366554
|
Agatha-111B-v1-Q3_K_L.gguf.7z.001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e1d187c81c78b8b2fd85df0d3d83e44e6492ac01dcf78595699dacec67aadf9
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-Q3_K_L.gguf.7z.002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd412cde8b5d512ebe70568a9a1c221c353b064e672d8ea1731fb2feda7802cb
|
| 3 |
+
size 16186229922
|
Agatha-111B-v1-Q3_K_M.gguf.7z.001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16d10082f182cfd55b187c75f90ed64b74e94c10615b71f093e36699fabef7c7
|
| 3 |
+
size 42949672960
|
Agatha-111B-v1-Q3_K_M.gguf.7z.002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68fcbc1ae8a78c7d08a0eecb34371a4af61b644dfa1e5ddca58220554489708f
|
| 3 |
+
size 11483366562
|