Instructions to use grapevine-AI/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 grapevine-AI/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 grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf grapevine-AI/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 grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf grapevine-AI/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 grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf grapevine-AI/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 grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M
Use Docker
docker model run hf.co/grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use grapevine-AI/c4ai-command-r-plus-gguf with Ollama:
ollama run hf.co/grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use grapevine-AI/c4ai-command-r-plus-gguf with Docker Model Runner:
docker model run hf.co/grapevine-AI/c4ai-command-r-plus-gguf:Q4_K_M
- Lemonade
How to use grapevine-AI/c4ai-command-r-plus-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull grapevine-AI/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
Upload 2 files
Browse files
.gitattributes
CHANGED
|
@@ -48,3 +48,5 @@ c4ai-command-r-plus-IQ4_XS-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -te
|
|
| 48 |
c4ai-command-r-plus-IQ4_XS-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
c4ai-command-r-plus-Q4_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
c4ai-command-r-plus-Q4_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 48 |
c4ai-command-r-plus-IQ4_XS-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
c4ai-command-r-plus-Q4_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
c4ai-command-r-plus-Q4_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
c4ai-command-r-plus-Q4_K_S-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
c4ai-command-r-plus-Q4_K_S-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
c4ai-command-r-plus-Q4_K_S-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e396846fb7b138680888df64448e3b1258c339ccbd6cc8d60a6432601ea28a0
|
| 3 |
+
size 49909399360
|
c4ai-command-r-plus-Q4_K_S-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad857e53d23f41e434d846517bc31fff264c69d92aa8c510be6e0fe30fb9ee51
|
| 3 |
+
size 9733229280
|