Instructions to use tensorblock/mp_gemma9b_sft-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/mp_gemma9b_sft-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/mp_gemma9b_sft-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/mp_gemma9b_sft-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/mp_gemma9b_sft-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/mp_gemma9b_sft-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/mp_gemma9b_sft-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/mp_gemma9b_sft-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/mp_gemma9b_sft-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/mp_gemma9b_sft-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/mp_gemma9b_sft-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/mp_gemma9b_sft-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/mp_gemma9b_sft-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/mp_gemma9b_sft-GGUF with Ollama:
ollama run hf.co/tensorblock/mp_gemma9b_sft-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/mp_gemma9b_sft-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/mp_gemma9b_sft-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/mp_gemma9b_sft-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/mp_gemma9b_sft-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/mp_gemma9b_sft-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/mp_gemma9b_sft-GGUF:Q2_K
- Lemonade
How to use tensorblock/mp_gemma9b_sft-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/mp_gemma9b_sft-GGUF:Q2_K
Run and chat with the model
lemonade run user.mp_gemma9b_sft-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- mp_gemma9b_sft-Q3_K_L.gguf +0 -3
- mp_gemma9b_sft-Q3_K_M.gguf +0 -3
- mp_gemma9b_sft-Q3_K_S.gguf +0 -3
- mp_gemma9b_sft-Q4_0.gguf +0 -3
- mp_gemma9b_sft-Q4_K_M.gguf +0 -3
- mp_gemma9b_sft-Q4_K_S.gguf +0 -3
- mp_gemma9b_sft-Q5_0.gguf +0 -3
- mp_gemma9b_sft-Q5_K_M.gguf +0 -3
- mp_gemma9b_sft-Q5_K_S.gguf +0 -3
- mp_gemma9b_sft-Q6_K.gguf +0 -3
- mp_gemma9b_sft-Q8_0.gguf +0 -3
mp_gemma9b_sft-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c9c8e9cb66f2352066570661402207d2a57f4ef0dde2b91497710a8075dd62f0
|
| 3 |
-
size 5132452672
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bc9377c8d306f1c697475b6c23539e52340219218b85edfec120178c3287e56f
|
| 3 |
-
size 4761781056
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c51dfc2d705a27afccf1ea371bd04cf07b38f0acd587702e6343dd176d341414
|
| 3 |
-
size 4337664832
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:90b2ef2c13dd85227fe7c962288d16d60c3088f2b46fb37d15400b571ce51aaa
|
| 3 |
-
size 5443142464
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:01d705f3ba43d7afbc61b3e4ecc9580cf2cba4b59631998d64e8c8f82c42c72b
|
| 3 |
-
size 5761057600
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0dfac3914d789683ed2a2fc6d13e61115c2439464521d780db9ffe294fa722e5
|
| 3 |
-
size 5478925120
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3840f2ea9b1bc993dd93283b9bcc609eddfdfabec97ec17579520a21c0cfc956
|
| 3 |
-
size 6483592000
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:07a1bd78b584007fa4262e32872439f33fdf02363de63e9ba948cac37dbc1f64
|
| 3 |
-
size 6647366464
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:33558544bc87e259f4cf8fd51c55a149c32b2c7cbbd08c7dfa2ef14e36f7e2c4
|
| 3 |
-
size 6483592000
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:55b1ff852425df8eda23f05fbbb6fbe14b604255e37d5eb6da6017c0bbabd4ee
|
| 3 |
-
size 7589069632
|
|
|
|
|
|
|
|
|
|
|
|
mp_gemma9b_sft-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b4faf334b2f9329fb8c177c84900a04a13260813699dfb9532d61f6818bf95a
|
| 3 |
-
size 9827148608
|
|
|
|
|
|
|
|
|
|
|
|