Instructions to use pmysl/c4ai-command-r-plus-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 pmysl/c4ai-command-r-plus-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 pmysl/c4ai-command-r-plus-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf pmysl/c4ai-command-r-plus-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 pmysl/c4ai-command-r-plus-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf pmysl/c4ai-command-r-plus-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 pmysl/c4ai-command-r-plus-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf pmysl/c4ai-command-r-plus-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 pmysl/c4ai-command-r-plus-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf pmysl/c4ai-command-r-plus-GGUF:Q4_K_M
Use Docker
docker model run hf.co/pmysl/c4ai-command-r-plus-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use pmysl/c4ai-command-r-plus-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "pmysl/c4ai-command-r-plus-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "pmysl/c4ai-command-r-plus-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/pmysl/c4ai-command-r-plus-GGUF:Q4_K_M
- Ollama
How to use pmysl/c4ai-command-r-plus-GGUF with Ollama:
ollama run hf.co/pmysl/c4ai-command-r-plus-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use pmysl/c4ai-command-r-plus-GGUF with Docker Model Runner:
docker model run hf.co/pmysl/c4ai-command-r-plus-GGUF:Q4_K_M
- Lemonade
How to use pmysl/c4ai-command-r-plus-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull pmysl/c4ai-command-r-plus-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.c4ai-command-r-plus-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Add imatrix variants
Browse files- .gitattributes +1 -0
- imatrix/command-r-plus-IQ1_M.gguf +3 -0
- imatrix/command-r-plus-IQ1_S.gguf +3 -0
- imatrix/command-r-plus-IQ2_M.gguf +3 -0
- imatrix/command-r-plus-IQ2_S.gguf +3 -0
- imatrix/command-r-plus-IQ2_XS.gguf +3 -0
- imatrix/command-r-plus-IQ2_XXS.gguf +3 -0
- imatrix/command-r-plus-IQ3_M.gguf +3 -0
- imatrix/command-r-plus-IQ3_S.gguf +3 -0
- imatrix/command-r-plus-IQ3_XS.gguf +3 -0
- imatrix/command-r-plus-IQ3_XXS.gguf +3 -0
- imatrix/command-r-plus-IQ4_NL-00001-of-00002.gguf +3 -0
- imatrix/command-r-plus-IQ4_NL-00002-of-00002.gguf +3 -0
- imatrix/command-r-plus-IQ4_XS-00001-of-00002.gguf +3 -0
- imatrix/command-r-plus-IQ4_XS-00002-of-00002.gguf +3 -0
- imatrix/command-r-plus-Q2_K_S.gguf +3 -0
- imatrix/command-r-plus-f16-c2048-groups_merged-imatrix.dat +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ 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 |
*.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 |
*.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.dat filter=lfs diff=lfs merge=lfs -text
|
imatrix/command-r-plus-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3848c14bda6462650acd45c03863a5a0dcfbb86ff477e4303b59bcb890768ee
|
| 3 |
+
size 25217934592
|
imatrix/command-r-plus-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3013f48e0a8b39c620ebf64449f1bbb6dbadbd15ef10e1a37c52fcbdd9765986
|
| 3 |
+
size 23181862144
|
imatrix/command-r-plus-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15dba5b393d181f1d904347625d1df37c4525d86578d7fd3eb69c284b28b0564
|
| 3 |
+
size 36039238912
|
imatrix/command-r-plus-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:410fdb589f992b158502036cde5be0240a7badecb8fea16e093899b8fb80008f
|
| 3 |
+
size 33324475648
|
imatrix/command-r-plus-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b238a9b37bc38ec19a0503c0f6ecc38485d1066b32b07f2602292b676f12b1d1
|
| 3 |
+
size 31628141824
|
imatrix/command-r-plus-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27ca36ec79fd497faed06fcb511af7ba700bd0d33d410319c60dcd48a2be391a
|
| 3 |
+
size 28611388672
|
imatrix/command-r-plus-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47bb628317cc6f5c563c5d9ec1f9892ae7323701359f0804e0cf96560c4c17d1
|
| 3 |
+
size 47683347712
|
imatrix/command-r-plus-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0642091057b4db87bd61da6c3e996dbdd1d0031d1848db97de4a7293656e8788
|
| 3 |
+
size 45958702336
|
imatrix/command-r-plus-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:738cf3c48f3bb4630c1c7a13a79507c5248eef853ce369c72a6b7695a92c8010
|
| 3 |
+
size 43599406336
|
imatrix/command-r-plus-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d318ca1c7f51fe598e019b60a350d2cb299c70f5807db42f25338e15663985d
|
| 3 |
+
size 40658740480
|
imatrix/command-r-plus-IQ4_NL-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b90f3900838c1282b10ac17da2bdd4574dd83920f023bd2be172f54bb2ac7c6
|
| 3 |
+
size 31834286752
|
imatrix/command-r-plus-IQ4_NL-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2505ffc8f0ca1d58dee37de2f0668aba9748e7dad48070b59efaa69b52403755
|
| 3 |
+
size 27487468352
|
imatrix/command-r-plus-IQ4_XS-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bb3f3baf1ec4d2fb5ab12e9373e4aa62cc59d5cacd623d0983d6708d401ab10
|
| 3 |
+
size 30225246880
|
imatrix/command-r-plus-IQ4_XS-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b408b90663c77741ba262462e707e8c91a15f1b36c5c1a5158f59f4996cbdbe
|
| 3 |
+
size 25975946048
|
imatrix/command-r-plus-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f324a0e721e65245844639bde8da1fe3dc08511f040bc98330a2b2c8a5280803
|
| 3 |
+
size 36595442944
|
imatrix/command-r-plus-f16-c2048-groups_merged-imatrix.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea4d007d499619e41a3e6e87291e3119caeddd763b6b24ea8a4014a91a2e6ceb
|
| 3 |
+
size 27539966
|