Instructions to use tensorblock/pansophic_rocket-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/pansophic_rocket-3B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/pansophic_rocket-3B-GGUF", filename="rocket-3B-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/pansophic_rocket-3B-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/pansophic_rocket-3B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/pansophic_rocket-3B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/pansophic_rocket-3B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/pansophic_rocket-3B-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/pansophic_rocket-3B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/pansophic_rocket-3B-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/pansophic_rocket-3B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/pansophic_rocket-3B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/pansophic_rocket-3B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/pansophic_rocket-3B-GGUF with Ollama:
ollama run hf.co/tensorblock/pansophic_rocket-3B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/pansophic_rocket-3B-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/pansophic_rocket-3B-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/pansophic_rocket-3B-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/pansophic_rocket-3B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/pansophic_rocket-3B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/pansophic_rocket-3B-GGUF:Q2_K
- Lemonade
How to use tensorblock/pansophic_rocket-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/pansophic_rocket-3B-GGUF:Q2_K
Run and chat with the model
lemonade run user.pansophic_rocket-3B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- rocket-3B-Q3_K_L.gguf +0 -3
- rocket-3B-Q3_K_M.gguf +0 -3
- rocket-3B-Q3_K_S.gguf +0 -3
- rocket-3B-Q4_0.gguf +0 -3
- rocket-3B-Q4_K_M.gguf +0 -3
- rocket-3B-Q4_K_S.gguf +0 -3
- rocket-3B-Q5_0.gguf +0 -3
- rocket-3B-Q5_K_M.gguf +0 -3
- rocket-3B-Q5_K_S.gguf +0 -3
- rocket-3B-Q6_K.gguf +0 -3
- rocket-3B-Q8_0.gguf +0 -3
rocket-3B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:df4d81aa044ee7fdcdafd9eb3e6fb6070c32bcbd7575595a8a2204ee645d45a8
|
| 3 |
-
size 1508565056
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2180278c36c2662c2050c9b5f89451555b61e8412602e2cef8b66d711c0f3b37
|
| 3 |
-
size 1391419456
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:91be37ed1524b202422b84f282831b17987c89a4e3108b716a6cb605d46fee85
|
| 3 |
-
size 1254449216
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0ee0a9ac4701bd90347486b4ad9ca3858d9aa5e34a7023d3fef86deba4280a5c
|
| 3 |
-
size 1608571456
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a4a82d556249a978c6c9cb554d41798986944a36a9a79ba004f1a9202ad7422
|
| 3 |
-
size 1708595776
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d3838094073712ff85bc3aeb14a99e00d7129d633ce08df771d7cdae736801f
|
| 3 |
-
size 1620695616
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4a5984f66fa3c7110549d8ddbac64e5f5525aa838c2506b582197a6e07be653a
|
| 3 |
-
size 1941862976
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:008b92558f3c73fba57e5ff00b419cd4a82f4a004122fbba6552e1649ef9b4b4
|
| 3 |
-
size 1993390656
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:79d92d1d55d7839e12684422f611319fdcb71e3bb449eb50b32124ef33b95935
|
| 3 |
-
size 1941862976
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12973acc97103e4019fa7c6fe96cf116ea5aaa96358e80fa37bcc9e89200c700
|
| 3 |
-
size 2295985216
|
|
|
|
|
|
|
|
|
|
|
|
rocket-3B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:415e51a92053236798d8d82bcf02ee6268f6734da35a7dcf0ad318e87bef4b45
|
| 3 |
-
size 2972926016
|
|
|
|
|
|
|
|
|
|
|
|