Instructions to use tensorblock/MAmmoTH2-8B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/MAmmoTH2-8B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/MAmmoTH2-8B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/MAmmoTH2-8B-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 tensorblock/MAmmoTH2-8B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MAmmoTH2-8B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/MAmmoTH2-8B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MAmmoTH2-8B-GGUF:Q2_K
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 tensorblock/MAmmoTH2-8B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MAmmoTH2-8B-GGUF:Q2_K
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 tensorblock/MAmmoTH2-8B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MAmmoTH2-8B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MAmmoTH2-8B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MAmmoTH2-8B-GGUF with Ollama:
ollama run hf.co/tensorblock/MAmmoTH2-8B-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/MAmmoTH2-8B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MAmmoTH2-8B-GGUF:Q2_K
- Lemonade
How to use tensorblock/MAmmoTH2-8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MAmmoTH2-8B-GGUF:Q2_K
Run and chat with the model
lemonade run user.MAmmoTH2-8B-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- MAmmoTH2-8B-Q3_K_L.gguf +0 -3
- MAmmoTH2-8B-Q3_K_S.gguf +0 -3
- MAmmoTH2-8B-Q4_0.gguf +0 -3
- MAmmoTH2-8B-Q4_K_M.gguf +0 -3
- MAmmoTH2-8B-Q4_K_S.gguf +0 -3
- MAmmoTH2-8B-Q5_0.gguf +0 -3
- MAmmoTH2-8B-Q5_K_M.gguf +0 -3
- MAmmoTH2-8B-Q5_K_S.gguf +0 -3
- MAmmoTH2-8B-Q6_K.gguf +0 -3
- MAmmoTH2-8B-Q8_0.gguf +0 -3
MAmmoTH2-8B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd9495079f2b4a045a3984957b5cdecdc25a01e5a95611f5aff92b593c4321c0
|
| 3 |
-
size 4321956896
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ad1708a33b02aad1c93aebaf8b5c398b5b9d48b25cc0331e7358e7857240fec6
|
| 3 |
-
size 3664499744
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:51525e5fd896fa0eceec1b85bb041435aec17b0687dd5d138ee346496064b87f
|
| 3 |
-
size 4661212192
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4423806fe21e9d86e6582b469e4182ded338d34d3baf59eaac8dc206867abaa5
|
| 3 |
-
size 4920734752
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d6c31403741c916bdaff7adf71da3deae4ecdf8daf975187a9310f84c7e865b
|
| 3 |
-
size 4692669472
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:75a560d019faa2fdb3c696f997ec5af01e1945c52ac283863bfbfee8b0bc014c
|
| 3 |
-
size 5599294496
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:26dc91e56419fe29d0804469af9d3a672f909422c33f576d1e4e138ed8b4f992
|
| 3 |
-
size 5732987936
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:91d0251a54f2f82f6947291af1e0a72584f6d0c571cf5586b0912a5c1120d28e
|
| 3 |
-
size 5599294496
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:71db17957f37eeecbd7a3172de0d4bf158ffd9c56902c9d16aedb320907583fd
|
| 3 |
-
size 6596006944
|
|
|
|
|
|
|
|
|
|
|
|
MAmmoTH2-8B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8c5854f86342ae871aae8330626fa9a43edc00e7f70178ada67b686f44683e86
|
| 3 |
-
size 8540771360
|
|
|
|
|
|
|
|
|
|
|
|