Instructions to use tensorblock/orpo-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/orpo-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/orpo-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/orpo-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/orpo-GGUF", filename="orpo-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/orpo-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/orpo-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/orpo-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/orpo-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/orpo-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/orpo-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/orpo-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/orpo-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/orpo-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/orpo-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/orpo-GGUF with Ollama:
ollama run hf.co/tensorblock/orpo-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/orpo-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/orpo-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/orpo-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/orpo-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/orpo-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/orpo-GGUF:Q2_K
- Lemonade
How to use tensorblock/orpo-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/orpo-GGUF:Q2_K
Run and chat with the model
lemonade run user.orpo-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- orpo-Q3_K_L.gguf +0 -3
- orpo-Q3_K_M.gguf +0 -3
- orpo-Q3_K_S.gguf +0 -3
- orpo-Q4_0.gguf +0 -3
- orpo-Q4_K_M.gguf +0 -3
- orpo-Q4_K_S.gguf +0 -3
- orpo-Q5_0.gguf +0 -3
- orpo-Q5_K_M.gguf +0 -3
- orpo-Q5_K_S.gguf +0 -3
- orpo-Q6_K.gguf +0 -3
- orpo-Q8_0.gguf +0 -3
orpo-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:965ae4bafd2695cce2c5a6340033aeb291a73ae7c434c75fe4cdcce015aa5044
|
| 3 |
-
size 102092896
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0fe37b3172a75b551b6236b68127fc90cdfbc73c742ebfef1004278e4901a101
|
| 3 |
-
size 97669216
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd36834d5639439fa5c315ff1200ebc4e259f0c4ae1b43fd10109df87e75f848
|
| 3 |
-
size 90148960
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4cfb67d3a67d4dbf003e551388fa689294652849d1f7084b1d08499773857602
|
| 3 |
-
size 106555552
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c2f80f3da1e3aed53edeb20eef1bf2558a392996b47be21b39c65e80e74bad58
|
| 3 |
-
size 112859296
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7c89e96dd34bbfe4005a41c041ee1e16feb527ba06d1537d72e26e53b1669202
|
| 3 |
-
size 106850464
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a95786dc0245403710bfdbf5aa83617c023c6c4534de0e6b37c8928dd2290fd6
|
| 3 |
-
size 121997056
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:82f7faeef8f41383b571813de93e42cd1737e9d579dc7229fdde1976d0866c12
|
| 3 |
-
size 126697216
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:393763881cefcb7fbd5ecadaa42d27bf52e5f0d3e9aa4c283a375ffd2186d768
|
| 3 |
-
size 121997056
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:590a78b52a861af52b238613a188102bde1f033b9c043331ffcc47ea667bad7e
|
| 3 |
-
size 138403648
|
|
|
|
|
|
|
|
|
|
|
|
orpo-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:084847ae9512abc30359f0f2d6282ec73a073cfd0e9f287fd05a9b8e9b520462
|
| 3 |
-
size 177669376
|
|
|
|
|
|
|
|
|
|
|
|