Instructions to use tensorblock/6_2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/6_2-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/6_2-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/6_2-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/6_2-GGUF", filename="6_2-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/6_2-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/6_2-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/6_2-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/6_2-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/6_2-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/6_2-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/6_2-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/6_2-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/6_2-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/6_2-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/6_2-GGUF with Ollama:
ollama run hf.co/tensorblock/6_2-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/6_2-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/6_2-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/6_2-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/6_2-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/6_2-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/6_2-GGUF:Q2_K
- Lemonade
How to use tensorblock/6_2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/6_2-GGUF:Q2_K
Run and chat with the model
lemonade run user.6_2-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- 6_2-Q3_K_L.gguf +0 -3
- 6_2-Q3_K_M.gguf +0 -3
- 6_2-Q3_K_S.gguf +0 -3
- 6_2-Q4_0.gguf +0 -3
- 6_2-Q4_K_M.gguf +0 -3
- 6_2-Q4_K_S.gguf +0 -3
- 6_2-Q5_0.gguf +0 -3
- 6_2-Q5_K_M.gguf +0 -3
- 6_2-Q5_K_S.gguf +0 -3
- 6_2-Q6_K.gguf +0 -3
- 6_2-Q8_0.gguf +0 -3
6_2-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b676995ee2dbf2d72f8a3c1353b44ec60976a1aff6650b00350e6c287004f0de
|
| 3 |
-
size 913988000
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0b4432eeffd70c7847a99d90cb90e9bb8b360f5e2ec7c67786b2f34eef3a4bf4
|
| 3 |
-
size 856709536
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:19525a1e51acb5cd6a87756919c7f3981ae6f2d7f5fa951ec601aa2a765e26ac
|
| 3 |
-
size 790714784
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:88e4a0ecd2c5e33cd39a98e608c1d457fc6ef554533cd8297265624f5a788fed
|
| 3 |
-
size 981784992
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5519816323fd26be8ec8f63e91172bc9132d3bcb677ccf803065f8f21fc2e158
|
| 3 |
-
size 1030445472
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6d8fd690848bdf5c841163704bee7ea815cf6821bf29c3bad5cf73867f90f236
|
| 3 |
-
size 988207520
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:20f56cde445cc5b84e90fa3ea5ef65dfe2098874e254ffac20f41ac5f4fee4ab
|
| 3 |
-
size 1161615776
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b8315cea93fd8684cb3c0e266db6f68c75cc16dc243435785b60b6853577ca47
|
| 3 |
-
size 1186683296
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:39cb322bce3659f501bb64e15a19017480f0e5d5d31328332503a9cd5e2cb293
|
| 3 |
-
size 1161615776
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9bc2c4f7e8c4bdf152bf08a679e87bd74aed4334268daa19fe80bcaf8ce9527d
|
| 3 |
-
size 1352685984
|
|
|
|
|
|
|
|
|
|
|
|
6_2-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c51eccf6d74ce09196d9a9751686c2388c8d8fb4615a0c5a53ef8ace1b4c2d7e
|
| 3 |
-
size 1750882720
|
|
|
|
|
|
|
|
|
|
|
|