Reinforcement Learning
Transformers
GGUF
English
memory
long-term-memory
core-memory
episodic-memory
semantic-memory
procedural-memory
RAG
GRPO
imatrix
conversational
Instructions to use mradermacher/CMI-MEM-4B-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/CMI-MEM-4B-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/CMI-MEM-4B-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/CMI-MEM-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/CMI-MEM-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/CMI-MEM-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/CMI-MEM-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/CMI-MEM-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/CMI-MEM-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/CMI-MEM-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/CMI-MEM-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/CMI-MEM-4B-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/CMI-MEM-4B-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/CMI-MEM-4B-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/CMI-MEM-4B-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/CMI-MEM-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/CMI-MEM-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/CMI-MEM-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/CMI-MEM-4B-i1-GGUF to start chatting
- Pi
How to use mradermacher/CMI-MEM-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/CMI-MEM-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/CMI-MEM-4B-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use mradermacher/CMI-MEM-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/CMI-MEM-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/CMI-MEM-4B-i1-GGUF:Q4_K_M
Run Hermes
hermes
- OpenClaw new
How to use mradermacher/CMI-MEM-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/CMI-MEM-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/CMI-MEM-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/CMI-MEM-4B-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/CMI-MEM-4B-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/CMI-MEM-4B-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/CMI-MEM-4B-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.CMI-MEM-4B-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rich1
Browse files- .gitattributes +24 -0
- CMI-MEM-4B.i1-IQ1_M.gguf +3 -0
- CMI-MEM-4B.i1-IQ1_S.gguf +3 -0
- CMI-MEM-4B.i1-IQ2_M.gguf +3 -0
- CMI-MEM-4B.i1-IQ2_S.gguf +3 -0
- CMI-MEM-4B.i1-IQ2_XS.gguf +3 -0
- CMI-MEM-4B.i1-IQ2_XXS.gguf +3 -0
- CMI-MEM-4B.i1-IQ3_M.gguf +3 -0
- CMI-MEM-4B.i1-IQ3_S.gguf +3 -0
- CMI-MEM-4B.i1-IQ3_XS.gguf +3 -0
- CMI-MEM-4B.i1-IQ3_XXS.gguf +3 -0
- CMI-MEM-4B.i1-IQ4_NL.gguf +3 -0
- CMI-MEM-4B.i1-IQ4_XS.gguf +3 -0
- CMI-MEM-4B.i1-Q2_K.gguf +3 -0
- CMI-MEM-4B.i1-Q2_K_S.gguf +3 -0
- CMI-MEM-4B.i1-Q3_K_L.gguf +3 -0
- CMI-MEM-4B.i1-Q3_K_M.gguf +3 -0
- CMI-MEM-4B.i1-Q3_K_S.gguf +3 -0
- CMI-MEM-4B.i1-Q4_0.gguf +3 -0
- CMI-MEM-4B.i1-Q4_1.gguf +3 -0
- CMI-MEM-4B.i1-Q4_K_M.gguf +3 -0
- CMI-MEM-4B.i1-Q4_K_S.gguf +3 -0
- CMI-MEM-4B.i1-Q5_K_M.gguf +3 -0
- CMI-MEM-4B.i1-Q5_K_S.gguf +3 -0
- CMI-MEM-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 |
CMI-MEM-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 |
CMI-MEM-4B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
CMI-MEM-4B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
CMI-MEM-4B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
CMI-MEM-4B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
CMI-MEM-4B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
CMI-MEM-4B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
CMI-MEM-4B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
CMI-MEM-4B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
CMI-MEM-4B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
CMI-MEM-4B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
CMI-MEM-4B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
CMI-MEM-4B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
CMI-MEM-4B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
CMI-MEM-4B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
CMI-MEM-4B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
CMI-MEM-4B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
CMI-MEM-4B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
CMI-MEM-4B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
CMI-MEM-4B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
CMI-MEM-4B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
CMI-MEM-4B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
CMI-MEM-4B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
CMI-MEM-4B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
CMI-MEM-4B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
CMI-MEM-4B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
CMI-MEM-4B.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3b97a0f3975b283cb9db157fa1cae44686f7e0a1d55e6d217026b45a47b4b95
|
| 3 |
+
size 1254645440
|
CMI-MEM-4B.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca26c562b7939de3b45834167d01cebe6570f53a2d79ee46bf75a9f208eaa124
|
| 3 |
+
size 1182883520
|
CMI-MEM-4B.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2530cccc1150c0cf456d5c33d8625b0ce13d1bea23d150210c7d7be70380b131
|
| 3 |
+
size 1680114880
|
CMI-MEM-4B.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3e7f98b010d8907f5eb2da35c6c7cf72c1e922bca556a3465cfece17497b2ad
|
| 3 |
+
size 1584432320
|
CMI-MEM-4B.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abfbfa5cb2b9093fd855da43c061d8a277bf794f3555126e2ad81684333872e1
|
| 3 |
+
size 1481727680
|
CMI-MEM-4B.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:194706639ce39f8dabfe8a06f0518b159dde49c53d8c1eb1341834160d79cafa
|
| 3 |
+
size 1374248640
|
CMI-MEM-4B.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b7f745a128e80307749b7725b406c1f91ecff6422d54603ea8e7cdc0ffa6014
|
| 3 |
+
size 2130027200
|
CMI-MEM-4B.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:829d8dbfa7b076c5fda7dc2c1a6c3e475f35a1435ceb617ec27454037e3771d3
|
| 3 |
+
size 2066662080
|
CMI-MEM-4B.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95939f7dc78cc14a501a936afe7492a576cbdc85ef2d7a5a12c5019771160b5f
|
| 3 |
+
size 1981506240
|
CMI-MEM-4B.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acf22bcb1924939673535dac76d40aa676cc9ca9b1c698bb83601c4c3fe1ba98
|
| 3 |
+
size 1837319360
|
CMI-MEM-4B.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0ab17674129b01fa10fe041084ef035efb7878b7973c7e64f1578993b045e07
|
| 3 |
+
size 2600132800
|
CMI-MEM-4B.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b310f506cfa7e867af7be5af22ae522d12c369af69d45b12e2b908f680cd4e9
|
| 3 |
+
size 2477385920
|
CMI-MEM-4B.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2abd50334437aa01d92e9e1e83866504f07c967c2b82af02d871f4de9ec5e69f
|
| 3 |
+
size 1797127360
|
CMI-MEM-4B.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3b106df600502f2a65dc8c956dce2742f210549f17ab3b4d5a836830a8e3456
|
| 3 |
+
size 1691081920
|
CMI-MEM-4B.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2759d648387ebc30aaeb51c5d77643b53c6ef89c8357fdd83cf3d27f15d39177
|
| 3 |
+
size 2406916800
|
CMI-MEM-4B.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:435a0723d2073a0fe3c43bffe88213187b7df75dd12dbc2508501b43f4615f91
|
| 3 |
+
size 2242749120
|
CMI-MEM-4B.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94287d57dfd9a93a6c523af8fd3b925ac1df2282145526c06593ef80895beabc
|
| 3 |
+
size 2054128320
|
CMI-MEM-4B.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4341b529fb15f47e972fbbfa93443a7972a76ab447b497b82a4e168bc270c4e0
|
| 3 |
+
size 2594562240
|
CMI-MEM-4B.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90d162005dc972613090e0fa168f48b9472dff0562ac769035aab5fe6da44b8e
|
| 3 |
+
size 2839728320
|
CMI-MEM-4B.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ba7e6483a95bed017367f63b092faaeafe8ca7ad1ea39a020ba64f1467cf546
|
| 3 |
+
size 2716070080
|
CMI-MEM-4B.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a528ab6ea1d4614beb42892832de923bc0e3d65ec330405dac488b7e4ce0b8e3
|
| 3 |
+
size 2602098880
|
CMI-MEM-4B.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fbf55cf15d651c2b7b47fda536975172c64271699ab642384c3692a933de9fc
|
| 3 |
+
size 3156922560
|
CMI-MEM-4B.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1057352ef80699eb8f770169c9df5d3b785c1450843582958a9f524965bbe1f
|
| 3 |
+
size 3091120320
|
CMI-MEM-4B.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:253da1f7c70dc2ce669c80980662c9cee986837ca11d8d0854dd7ac3776a26b1
|
| 3 |
+
size 3625328320
|