Instructions to use tensorblock/OpenCM-14-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/OpenCM-14-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/OpenCM-14-GGUF", filename="OpenCM-14-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/OpenCM-14-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/OpenCM-14-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/OpenCM-14-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/OpenCM-14-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/OpenCM-14-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/OpenCM-14-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/OpenCM-14-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/OpenCM-14-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/OpenCM-14-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/OpenCM-14-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/OpenCM-14-GGUF with Ollama:
ollama run hf.co/tensorblock/OpenCM-14-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/OpenCM-14-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/OpenCM-14-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/OpenCM-14-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/OpenCM-14-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/OpenCM-14-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/OpenCM-14-GGUF:Q2_K
- Lemonade
How to use tensorblock/OpenCM-14-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/OpenCM-14-GGUF:Q2_K
Run and chat with the model
lemonade run user.OpenCM-14-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- OpenCM-14-Q3_K_L.gguf +0 -3
- OpenCM-14-Q3_K_M.gguf +0 -3
- OpenCM-14-Q3_K_S.gguf +0 -3
- OpenCM-14-Q4_0.gguf +0 -3
- OpenCM-14-Q4_K_M.gguf +0 -3
- OpenCM-14-Q4_K_S.gguf +0 -3
- OpenCM-14-Q5_0.gguf +0 -3
- OpenCM-14-Q5_K_M.gguf +0 -3
- OpenCM-14-Q5_K_S.gguf +0 -3
- OpenCM-14-Q6_K.gguf +0 -3
- OpenCM-14-Q8_0.gguf +0 -3
OpenCM-14-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e0c698d491f5735a3873b1ba683e72e0a3fa427cbfadf58f5e90a97b43462da8
|
| 3 |
-
size 3822024768
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c977de1133f5366563629362e2bdc1cc77d2a86d4a00e707005be61862418979
|
| 3 |
-
size 3518986304
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f70b562bb80121d6f7774d3a55ab78d505fc377253d3cb22c5cc98b3366b905f
|
| 3 |
-
size 3164567616
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ead58f0e14f2656169dcbba2f895b52112d735412e1a24b5a75ee0ddb6ae4f10
|
| 3 |
-
size 4108916800
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a03c70b15b6c5f0c013999a2ce546fe33e960d60ea0f6365504f78d15a608784
|
| 3 |
-
size 4368439360
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a92f1b67a1b98b5bd6b727468268d45efd9ea47b1058e29cc3aa54154cf77480
|
| 3 |
-
size 4140374080
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1d04a50ddc7b334f98b4c583c984d935b0d13930500499771dd4d4bb482c23eb
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1617e1b4968e9fdbfea491d92b66b2f18603a67ccd5b48bcc82421ae084d54e6
|
| 3 |
-
size 5131409472
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d0edac40c485cac848ed31ba7b8d53bcc42a0d50128889a1bf066626e1bdc160
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dc1baf44169f615b6b2e9822d61cda0c956057de37f5efc77e5d165dc7621ea2
|
| 3 |
-
size 5942065216
|
|
|
|
|
|
|
|
|
|
|
|
OpenCM-14-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3f507002b73a2c7f36ed1c028a036dc54bddb8e9d8526255ddb62199f832a0a7
|
| 3 |
-
size 7695857728
|
|
|
|
|
|
|
|
|
|
|
|