Instructions to use tensorblock/o80-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/o80-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/o80-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/o80-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/o80-GGUF", filename="o80-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/o80-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/o80-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/o80-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/o80-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/o80-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/o80-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/o80-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/o80-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/o80-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/o80-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/o80-GGUF with Ollama:
ollama run hf.co/tensorblock/o80-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/o80-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/o80-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/o80-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/o80-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/o80-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/o80-GGUF:Q2_K
- Lemonade
How to use tensorblock/o80-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/o80-GGUF:Q2_K
Run and chat with the model
lemonade run user.o80-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- o80-Q3_K_L.gguf +0 -3
- o80-Q3_K_M.gguf +0 -3
- o80-Q3_K_S.gguf +0 -3
- o80-Q4_0.gguf +0 -3
- o80-Q4_K_M.gguf +0 -3
- o80-Q4_K_S.gguf +0 -3
- o80-Q5_0.gguf +0 -3
- o80-Q5_K_M.gguf +0 -3
- o80-Q5_K_S.gguf +0 -3
- o80-Q6_K.gguf +0 -3
- o80-Q8_0.gguf +0 -3
o80-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7767ab8c698ddf8357af26149caf88fe098ca2e462cf06b048970ddb6b73cbf9
|
| 3 |
-
size 4171754688
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:050aa6c3652a718bce5042a71e107ef0addf693e02a648c72f0e804de404772f
|
| 3 |
-
size 3880381632
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b0794cf6294c363a7d48642c087ead80b209b84ac6ab81c2c5e33703ca8306b9
|
| 3 |
-
size 3551029440
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a51dcfadb9a2311e1a0eabb83d5f1abcf937dd17668cb4b7149d89eb7563f7ae
|
| 3 |
-
size 4497171648
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:20e147bae802511d49202ea19aa87d5cd7ec9e84155b6ecc171a68b88f74b639
|
| 3 |
-
size 4736368320
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f0c5a3233d5b691798a61cce4dd8fbac6cc95f2012a4221a2eb3aa0c813008c5
|
| 3 |
-
size 4524598464
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c33bf7f4c0fc95fc30056050bacbb9e88299c03b38c6aac4ceeb34d49220d5f0
|
| 3 |
-
size 5387658432
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d706f12e87411ba38405bb519aeb0b802c60aa6af2f738b9cb0ec2f229638287
|
| 3 |
-
size 5510880960
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:124825c1ae6a501ab17dcdaf5ba8672ac1ea691b2b866fd8402f4e05f22aa0b1
|
| 3 |
-
size 5387658432
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8631f0d627e8472d82193b671e732837eccb7907d3fe46e59a4d3e99e3e2fb3b
|
| 3 |
-
size 6333800640
|
|
|
|
|
|
|
|
|
|
|
|
o80-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a36baafa61400c70cbe9844715e2b7d1b66c9b0a560989fa0e6217e1d3a8d9cc
|
| 3 |
-
size 8202252480
|
|
|
|
|
|
|
|
|
|
|
|