Transformers
GGUF
Korean
English
darwin
darwin-v9
darwin-chimera
ffn-crossbreed
cross-architecture
evolutionary-merge
qwen3
gemma4
vidraft
research-checkpoint
imatrix
conversational
Instructions to use mradermacher/Darwin-V9-Chimera-4B-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Darwin-V9-Chimera-4B-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Darwin-V9-Chimera-4B-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Darwin-V9-Chimera-4B-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Darwin-V9-Chimera-4B-i1-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 mradermacher/Darwin-V9-Chimera-4B-i1-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 mradermacher/Darwin-V9-Chimera-4B-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/Darwin-V9-Chimera-4B-i1-GGUF to start chatting
- Pi
How to use mradermacher/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-GGUF:Q4_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": "mradermacher/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use mradermacher/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-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"
- Docker Model Runner
How to use mradermacher/Darwin-V9-Chimera-4B-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Darwin-V9-Chimera-4B-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Darwin-V9-Chimera-4B-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-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/Darwin-V9-Chimera-4B-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
uploaded from rich1
Browse files- .gitattributes +24 -0
- Darwin-V9-Chimera-4B.i1-IQ1_M.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ1_S.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ2_M.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ2_S.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ2_XS.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ2_XXS.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ3_M.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ3_S.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ3_XS.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ3_XXS.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ4_NL.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-IQ4_XS.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q2_K.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q2_K_S.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q3_K_L.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q3_K_M.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q3_K_S.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q4_0.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q4_1.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q4_K_M.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q4_K_S.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q5_K_M.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q5_K_S.gguf +3 -0
- Darwin-V9-Chimera-4B.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Darwin-V9-Chimera-4B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Darwin-V9-Chimera-4B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Darwin-V9-Chimera-4B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Darwin-V9-Chimera-4B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Darwin-V9-Chimera-4B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Darwin-V9-Chimera-4B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Darwin-V9-Chimera-4B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Darwin-V9-Chimera-4B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Darwin-V9-Chimera-4B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Darwin-V9-Chimera-4B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Darwin-V9-Chimera-4B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Darwin-V9-Chimera-4B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Darwin-V9-Chimera-4B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Darwin-V9-Chimera-4B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Darwin-V9-Chimera-4B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Darwin-V9-Chimera-4B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Darwin-V9-Chimera-4B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Darwin-V9-Chimera-4B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Darwin-V9-Chimera-4B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Darwin-V9-Chimera-4B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Darwin-V9-Chimera-4B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Darwin-V9-Chimera-4B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Darwin-V9-Chimera-4B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Darwin-V9-Chimera-4B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Darwin-V9-Chimera-4B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Darwin-V9-Chimera-4B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Darwin-V9-Chimera-4B.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b16def5a3e4288baa51ed45cf0daaa5ece037aafe5af88aee984e93a8d9a9987
|
| 3 |
+
size 1127018848
|
Darwin-V9-Chimera-4B.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33bf0499c5bd498b1d1b27e761dc24c882b8d0efb7d20eae453d9c7b0ad4d102
|
| 3 |
+
size 1055256928
|
Darwin-V9-Chimera-4B.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c74aedf1126bfe9cb1d478f9b1dd11aaaff9661a9ec0c332badc02a286bfad52
|
| 3 |
+
size 1512984928
|
Darwin-V9-Chimera-4B.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:416b3a0eb7bfd14eb1be9be8268eb2044e9b78593dcbf007c6ab2545de223592
|
| 3 |
+
size 1417302368
|
Darwin-V9-Chimera-4B.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5584da9a8674da2a864b89d74465020878571395face8d9460d2e3b7ecd2c9ac
|
| 3 |
+
size 1354101088
|
Darwin-V9-Chimera-4B.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec667b04f3691e3e5b5c4047c9f8705845fdfbc3771359fd9b2c9b4f761dc199
|
| 3 |
+
size 1246622048
|
Darwin-V9-Chimera-4B.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7c002a1e2bc4ea75a20ff31a0f0a123d30a817cb184a11187cd7ce80a0b6067
|
| 3 |
+
size 1962897248
|
Darwin-V9-Chimera-4B.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:241dc3c796c1cdc0888f6ce9bae04eea28c0ecfb0de09404253b157028261aed
|
| 3 |
+
size 1899532128
|
Darwin-V9-Chimera-4B.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9348a5fdbd0ae6f34a587640665ba952ac8442ea4bd7bb79f48bee44928ff98e
|
| 3 |
+
size 1814376288
|
Darwin-V9-Chimera-4B.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2397a5fdef7796dcc8b75a547fb20c75ae929a5a454717b91b0b15aa3cad7d61
|
| 3 |
+
size 1670189408
|
Darwin-V9-Chimera-4B.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83b4ffac58f3534534bfaaaaa2d0752e050c89ad9a9b0823ac083bd79e08b0ac
|
| 3 |
+
size 2381344608
|
Darwin-V9-Chimera-4B.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce60871d32d191472b41c762a9a07310ac833b6932c268875f428c9918fe8d6e
|
| 3 |
+
size 2270752608
|
Darwin-V9-Chimera-4B.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80c49659db5d87b1f9e332e910ec2ce9484700bf241b78a3292f0571c9e83c75
|
| 3 |
+
size 1669500768
|
Darwin-V9-Chimera-4B.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb1580c57acf84504c580dbcf120b761415d320b7f153187e7701763b0a3a352
|
| 3 |
+
size 1563455328
|
Darwin-V9-Chimera-4B.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3680989be869848e52d87440793418a3eb7c5550eac11e8db70e1932d6f4f6e
|
| 3 |
+
size 2239786848
|
Darwin-V9-Chimera-4B.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebf2c7195b899e9ebabbd28fd450f9d2f311b7de1e2ba8a151735c90c147a424
|
| 3 |
+
size 2075619168
|
Darwin-V9-Chimera-4B.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9804d5abb96b77eaf9107c8fa112abbdcea19561ef55afacc27f75088152151
|
| 3 |
+
size 1886998368
|
Darwin-V9-Chimera-4B.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34a58c0802dc0926790dd7f295893ad524c8ad98ec81f1f8c83f1c0cbdf0280c
|
| 3 |
+
size 2375774048
|
Darwin-V9-Chimera-4B.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86bd0ee765afd64407a5b435c37d68e61f0563e2e8134d1d3973df8fbb96fc31
|
| 3 |
+
size 2596630368
|
Darwin-V9-Chimera-4B.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b03b671953c3e1f53db810ef698d9f6532ca55efacd3acdb7236a6928ec9813a
|
| 3 |
+
size 2497281888
|
Darwin-V9-Chimera-4B.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c94bf218c16446ec71306b31494d6da3cfbc7f178b84763a110c635bd7fc11b
|
| 3 |
+
size 2383310688
|
Darwin-V9-Chimera-4B.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6c64302761ff7b81e2e7c87d1d572ea08c61371919dda78818bc6e64b29474e
|
| 3 |
+
size 2889514848
|
Darwin-V9-Chimera-4B.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e63e54251b2b9ba4fb8e0d19f5f03ce4d0447ed8fb9c09f71f1613b9acd2f03c
|
| 3 |
+
size 2823712608
|
Darwin-V9-Chimera-4B.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a238a997ce04782232c14a6d9f764e542ea7382edbf9e6ae8aad13aca698483
|
| 3 |
+
size 3306262368
|