Instructions to use Kquant03/CognitiveFusion2-4x7B-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 Kquant03/CognitiveFusion2-4x7B-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 Kquant03/CognitiveFusion2-4x7B-GGUF # Run inference directly in the terminal: llama cli -hf Kquant03/CognitiveFusion2-4x7B-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Kquant03/CognitiveFusion2-4x7B-GGUF # Run inference directly in the terminal: llama cli -hf Kquant03/CognitiveFusion2-4x7B-GGUF
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 Kquant03/CognitiveFusion2-4x7B-GGUF # Run inference directly in the terminal: ./llama-cli -hf Kquant03/CognitiveFusion2-4x7B-GGUF
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 Kquant03/CognitiveFusion2-4x7B-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf Kquant03/CognitiveFusion2-4x7B-GGUF
Use Docker
docker model run hf.co/Kquant03/CognitiveFusion2-4x7B-GGUF
- LM Studio
- Jan
- Ollama
How to use Kquant03/CognitiveFusion2-4x7B-GGUF with Ollama:
ollama run hf.co/Kquant03/CognitiveFusion2-4x7B-GGUF
- Unsloth Desktop
- Docker Model Runner
How to use Kquant03/CognitiveFusion2-4x7B-GGUF with Docker Model Runner:
docker model run hf.co/Kquant03/CognitiveFusion2-4x7B-GGUF
- Lemonade
How to use Kquant03/CognitiveFusion2-4x7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Kquant03/CognitiveFusion2-4x7B-GGUF
Run and chat with the model
lemonade run user.CognitiveFusion2-4x7B-GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Upload 9 files
Browse files- .gitattributes +9 -0
- CognitiveFusion2-model-q2-k.gguf +3 -0
- CognitiveFusion2-model-q3-k-m.gguf +3 -0
- CognitiveFusion2-model-q3-k-s.gguf +3 -0
- CognitiveFusion2-model-q4-k-m.gguf +3 -0
- CognitiveFusion2-model-q4-k-s.gguf +3 -0
- CognitiveFusion2-model-q5-k-m.gguf +3 -0
- CognitiveFusion2-model-q5-k-s.gguf +3 -0
- CognitiveFusion2-model-q6-k.gguf +3 -0
- CognitiveFusion2-model-q8-0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip 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 |
+
CognitiveFusion2-model-q2-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
CognitiveFusion2-model-q3-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
CognitiveFusion2-model-q3-k-s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
CognitiveFusion2-model-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
CognitiveFusion2-model-q4-k-s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
CognitiveFusion2-model-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
CognitiveFusion2-model-q5-k-s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
CognitiveFusion2-model-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
CognitiveFusion2-model-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
CognitiveFusion2-model-q2-k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc8f4b99609a35b27fefe198864bd18c051548f63625cbf380cb20f1c8f6fb5b
|
| 3 |
+
size 8841897760
|
CognitiveFusion2-model-q3-k-m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cc99ad52375253cab7f874316ed06cdde2abea8f585059eb39e275434da8915
|
| 3 |
+
size 11579410208
|
CognitiveFusion2-model-q3-k-s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d95aa76203752412e2a0744ced8f5cdd10593c96e30c1a58a7bcda5f6098728b
|
| 3 |
+
size 10432268064
|
CognitiveFusion2-model-q4-k-m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73d9903732d0f45550e140a18924079810f91189f335a9e39291db85a631ba71
|
| 3 |
+
size 14608852768
|
CognitiveFusion2-model-q4-k-s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfed1aeb94a1428f4093848149c0be15b027faa7211d44e5596159ae1357a22e
|
| 3 |
+
size 13742204704
|
CognitiveFusion2-model-q5-k-m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c706c1863689e582102543614cc84809a3da874587d8e6b99e2599298dde1cb
|
| 3 |
+
size 17133430560
|
CognitiveFusion2-model-q5-k-s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19eb4b4f1323ab86058844f35f6db15390b1b89bfdfd53c56ab519190516fecf
|
| 3 |
+
size 16625395488
|
CognitiveFusion2-model-q6-k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e2ce1793efd51a60544dc7cc56b51e755e660831ceed1309cfff4211df50e70
|
| 3 |
+
size 19815794464
|
CognitiveFusion2-model-q8-0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f80f9b7546b226f2a9803108a7574b3d6338c1fab1000f5b32b90770d686af3b
|
| 3 |
+
size 25665324832
|