GGUF
Merge
mergekit
lazymergekit
leveldevai/MarcDareBeagle-7B
leveldevai/MarcBeagle-7B
TensorBlock
GGUF
Instructions to use tensorblock/MDBX-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/MDBX-7B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/MDBX-7B-GGUF", filename="MDBX-7B-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/MDBX-7B-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/MDBX-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MDBX-7B-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/MDBX-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MDBX-7B-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/MDBX-7B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MDBX-7B-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/MDBX-7B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MDBX-7B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MDBX-7B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MDBX-7B-GGUF with Ollama:
ollama run hf.co/tensorblock/MDBX-7B-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/MDBX-7B-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/MDBX-7B-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/MDBX-7B-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/MDBX-7B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/MDBX-7B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MDBX-7B-GGUF:Q2_K
- Lemonade
How to use tensorblock/MDBX-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MDBX-7B-GGUF:Q2_K
Run and chat with the model
lemonade run user.MDBX-7B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- MDBX-7B-Q3_K_L.gguf +0 -3
- MDBX-7B-Q3_K_M.gguf +0 -3
- MDBX-7B-Q3_K_S.gguf +0 -3
- MDBX-7B-Q4_0.gguf +0 -3
- MDBX-7B-Q4_K_M.gguf +0 -3
- MDBX-7B-Q4_K_S.gguf +0 -3
- MDBX-7B-Q5_0.gguf +0 -3
- MDBX-7B-Q5_K_M.gguf +0 -3
- MDBX-7B-Q5_K_S.gguf +0 -3
- MDBX-7B-Q6_K.gguf +0 -3
- MDBX-7B-Q8_0.gguf +0 -3
MDBX-7B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c6264b32000d76c752dae02ccafcdb6887b788c9a60f74bc5a0669153d2348ec
|
| 3 |
-
size 3822024768
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a87bfc16ca0327d7829e900a2be5678d85f3d0d8953a06e489dd9ce226ab258e
|
| 3 |
-
size 3518986304
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:57c75fb35d6e8eee3636bc470f94956e6753623ca31196193e144444ab32875c
|
| 3 |
-
size 3164567616
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c3b5848990ecb55fc65d18b69183e5bc97937d038a3bf6ea0c0eed85e4646fe1
|
| 3 |
-
size 4108916800
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a42d2c4604a4a36b98d9aea4c5fcb1f8a6cc152f16ab601970d67e80044ce9da
|
| 3 |
-
size 4368439360
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a244a62110d93734a85471e6abbd1720d2403982fb18a8ad223fbc4ea23c8cc2
|
| 3 |
-
size 4140374080
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:07beef7a72afc1a65b224f7393f50196124a107d4ea74016ba1d94d60081db9f
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6c384e2d359e39c76e28d03eb9f3f4aba176bacc2d8b40fe79af8dc7c9c2434f
|
| 3 |
-
size 5131409472
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:57da3f3e8f1a2b2c8fb6e59cc01956d86cf8fe2f3aa60fe6efc06f6ca56f1d50
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:387fa40db2c135e060ab6717d18ca916f7194c696dc0a9b47b82e6fb02b45366
|
| 3 |
-
size 5942065216
|
|
|
|
|
|
|
|
|
|
|
|
MDBX-7B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cfdbb6659c2dbf583262bf30128dd99c1e6d22b49b2c14323402fe046f8093c7
|
| 3 |
-
size 7695857728
|
|
|
|
|
|
|
|
|
|
|
|