Instructions to use tensorblock/MetaModel-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/MetaModel-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/MetaModel-GGUF", filename="MetaModel-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/MetaModel-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/MetaModel-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MetaModel-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/MetaModel-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MetaModel-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/MetaModel-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MetaModel-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/MetaModel-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MetaModel-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MetaModel-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MetaModel-GGUF with Ollama:
ollama run hf.co/tensorblock/MetaModel-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/MetaModel-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/MetaModel-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/MetaModel-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/MetaModel-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/MetaModel-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MetaModel-GGUF:Q2_K
- Lemonade
How to use tensorblock/MetaModel-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MetaModel-GGUF:Q2_K
Run and chat with the model
lemonade run user.MetaModel-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- MetaModel-Q3_K_L.gguf +0 -3
- MetaModel-Q3_K_M.gguf +0 -3
- MetaModel-Q3_K_S.gguf +0 -3
- MetaModel-Q4_0.gguf +0 -3
- MetaModel-Q4_K_M.gguf +0 -3
- MetaModel-Q4_K_S.gguf +0 -3
- MetaModel-Q5_0.gguf +0 -3
- MetaModel-Q5_K_M.gguf +0 -3
- MetaModel-Q5_K_S.gguf +0 -3
- MetaModel-Q6_K.gguf +0 -3
- MetaModel-Q8_0.gguf +0 -3
MetaModel-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2ea82881a97c7aeddbe5af6b2379eb902bac1e592c9297dbc6143fab4a0ccaf6
|
| 3 |
-
size 5650750400
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2a2c172bb267f1c96c2824afb38bcff053a034de2c345df10d66b55096e61b32
|
| 3 |
-
size 5195668416
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fb8860758d22a8e4956dc5c278f137ecb4ecf99236dab0f159fe8e39ca0c2e02
|
| 3 |
-
size 4664564672
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7454d6d8e5bdbe71fc01b03812edc23402d1a23429eb9fa8cbc42006ccc65ad2
|
| 3 |
-
size 6072384448
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c58e576d52ea40ee13082548d85980de199ecc5527da4bf511c8ee9516b83d10
|
| 3 |
-
size 6461668288
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:523f8aecffa8557581a340594b26455e51a3d974fe01fd7b964328152269d0a6
|
| 3 |
-
size 6118521792
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:82c6f9c48af3f5ca25dcc1fcfbdaabd640697053043b9527568f4cdb69483cc9
|
| 3 |
-
size 7397391296
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5e5c1a7108171d0204e5fd3c0b667eab9ec9461bb2b5ecbd2b26d9d9a83f1d23
|
| 3 |
-
size 7597931456
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:96e95c44073f80d9ac48ea471f729995756d54ee35a6561f4e1b82a96aec28f7
|
| 3 |
-
size 7397391296
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:792f4d88c64584afb8b3c2f2e44971cf418bfaaa1abe4e95cf453856a98313bc
|
| 3 |
-
size 8805211072
|
|
|
|
|
|
|
|
|
|
|
|
MetaModel-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e1f88a1d21d07f9350d02743d918d041c1f7cfc92c1ff1957ed99482250b5797
|
| 3 |
-
size 11404155840
|
|
|
|
|
|
|
|
|
|
|
|