Instructions to use tensorblock/MN-12B-Mag-Mell-R1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/MN-12B-Mag-Mell-R1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/MN-12B-Mag-Mell-R1-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/MN-12B-Mag-Mell-R1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/MN-12B-Mag-Mell-R1-GGUF", filename="MN-12B-Mag-Mell-R1-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/MN-12B-Mag-Mell-R1-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MN-12B-Mag-Mell-R1-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/MN-12B-Mag-Mell-R1-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MN-12B-Mag-Mell-R1-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/MN-12B-Mag-Mell-R1-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MN-12B-Mag-Mell-R1-GGUF with Ollama:
ollama run hf.co/tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/MN-12B-Mag-Mell-R1-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 tensorblock/MN-12B-Mag-Mell-R1-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 tensorblock/MN-12B-Mag-Mell-R1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/MN-12B-Mag-Mell-R1-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/MN-12B-Mag-Mell-R1-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K
- Lemonade
How to use tensorblock/MN-12B-Mag-Mell-R1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MN-12B-Mag-Mell-R1-GGUF:Q2_K
Run and chat with the model
lemonade run user.MN-12B-Mag-Mell-R1-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- MN-12B-Mag-Mell-R1-Q3_K_L.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q3_K_S.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q4_0.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q4_K_M.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q4_K_S.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q5_0.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q5_K_M.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q5_K_S.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q6_K.gguf +0 -3
- MN-12B-Mag-Mell-R1-Q8_0.gguf +0 -3
MN-12B-Mag-Mell-R1-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c9118b0c3edf9c3d120190bec1e7044a9cefc42d484c5d8e9ae49c1e3ed437e1
|
| 3 |
-
size 6561503968
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bb0181e503527050293f0794a721debe2db749a068bb3b2177bb94f0d3a9be16
|
| 3 |
-
size 5534227168
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b0fed463dbe6d79490203089d4f5374f244b557f02dc5600b81459d12cdd857
|
| 3 |
-
size 7071701728
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d25ff8e299b6ceb9162ef153886a7c963958e4447ea7b5d210e3702b3d90eec4
|
| 3 |
-
size 7477205728
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e173fafe8e257bf47daa8b9eb7caf544106e928d5f7c42354eb249e987c78c31
|
| 3 |
-
size 7120198368
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:baaeb179878449882f47f0b01ff91453a540c31a10e40597f259408c800aa458
|
| 3 |
-
size 8518736608
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:07843289898e818659d72e8ce9b5f79dc136ede1eb769973e97641e8720a3be9
|
| 3 |
-
size 8727632608
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c2a3a59a7de1a1b5ab3086c8950339956a2b34684ff4abebe63008c5d2be2e13
|
| 3 |
-
size 8518736608
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dd1e9948c535b54c52ce5d1476830b4be47ab3f20c6e0959dd462b2ead961142
|
| 3 |
-
size 10056211168
|
|
|
|
|
|
|
|
|
|
|
|
MN-12B-Mag-Mell-R1-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9bf30f092bdcef82a215b2b15538504fa9a6b0def46a7d5ba19986e21284a15d
|
| 3 |
-
size 13022370528
|
|
|
|
|
|
|
|
|
|
|
|