Instructions to use tensorblock/new3-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/new3-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/new3-GGUF", filename="new3-Q2_K.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/new3-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/new3-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/new3-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/new3-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/new3-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/new3-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/new3-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/new3-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/new3-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/new3-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/new3-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/new3-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/new3-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/new3-GGUF:Q2_K
- Ollama
How to use tensorblock/new3-GGUF with Ollama:
ollama run hf.co/tensorblock/new3-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/new3-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/new3-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/new3-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/new3-GGUF to start chatting
- Pi
How to use tensorblock/new3-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/new3-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/new3-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/new3-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/new3-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/new3-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/new3-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/new3-GGUF:Q2_K
- Lemonade
How to use tensorblock/new3-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/new3-GGUF:Q2_K
Run and chat with the model
lemonade run user.new3-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- new3-Q3_K_L.gguf +0 -3
- new3-Q3_K_M.gguf +0 -3
- new3-Q3_K_S.gguf +0 -3
- new3-Q4_0.gguf +0 -3
- new3-Q4_K_M.gguf +0 -3
- new3-Q4_K_S.gguf +0 -3
- new3-Q5_0.gguf +0 -3
- new3-Q5_K_M.gguf +0 -3
- new3-Q5_K_S.gguf +0 -3
- new3-Q6_K.gguf +0 -3
- new3-Q8_0.gguf +0 -3
new3-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b5af855a335000350591400d040b55d59a70ab68e282afa453f691258a449051
|
| 3 |
-
size 4321961248
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0ff97f6948f78896d189207acb013c370a7cf057963a767cdd108b5d7b7b0a69
|
| 3 |
-
size 4018922784
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b3d89a5bebbf5c982e70a203608d2c352c1a104fc8898cc203b01469e2fadf24
|
| 3 |
-
size 3664504096
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2fbbae54fec693b42e2c7c88982b7b942136848baefce83110e06cf7bb75e45b
|
| 3 |
-
size 4661216544
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1670c8b9d78614c57f41471dfb21fc73c454f1bdec565e41812c7ee96cb20a70
|
| 3 |
-
size 4920739104
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1413b2e34d7718036e4aa48b165c6793ef424e22157f8937f1fc4cf5cc5d33f2
|
| 3 |
-
size 4692673824
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6929620350149ed03ea83df275219fbecb8437e4aba0702e66aa53d0b5652705
|
| 3 |
-
size 5599298848
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4507ff54e04786e5645b7bebf7632d0f077a44534328b0738ba9652e598f8ef9
|
| 3 |
-
size 5732992288
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2c62ba4cfaa4fe48b5266a0392107edba59adad55ca8628c638718732dc8a00f
|
| 3 |
-
size 5599298848
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d50a78e2cec58e567700b489bcb71957c5f863c8a589ee9b383a26b44a0176f1
|
| 3 |
-
size 6596011296
|
|
|
|
|
|
|
|
|
|
|
|
new3-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d09b6f6fb82388e4b2a69ded0964d1d7cb53ec73b69449699016292e96dadf7d
|
| 3 |
-
size 8540775712
|
|
|
|
|
|
|
|
|
|
|
|