Instructions to use tensorblock/NeuralQuant-9B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/NeuralQuant-9B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/NeuralQuant-9B-GGUF", filename="NeuralQuant-9B-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/NeuralQuant-9B-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/NeuralQuant-9B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/NeuralQuant-9B-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/NeuralQuant-9B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/NeuralQuant-9B-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/NeuralQuant-9B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/NeuralQuant-9B-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/NeuralQuant-9B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/NeuralQuant-9B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/NeuralQuant-9B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/NeuralQuant-9B-GGUF with Ollama:
ollama run hf.co/tensorblock/NeuralQuant-9B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/NeuralQuant-9B-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/NeuralQuant-9B-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/NeuralQuant-9B-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/NeuralQuant-9B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/NeuralQuant-9B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/NeuralQuant-9B-GGUF:Q2_K
- Lemonade
How to use tensorblock/NeuralQuant-9B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/NeuralQuant-9B-GGUF:Q2_K
Run and chat with the model
lemonade run user.NeuralQuant-9B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- NeuralQuant-9B-Q3_K_L.gguf +0 -3
- NeuralQuant-9B-Q3_K_M.gguf +0 -3
- NeuralQuant-9B-Q3_K_S.gguf +0 -3
- NeuralQuant-9B-Q4_0.gguf +0 -3
- NeuralQuant-9B-Q4_K_M.gguf +0 -3
- NeuralQuant-9B-Q4_K_S.gguf +0 -3
- NeuralQuant-9B-Q5_0.gguf +0 -3
- NeuralQuant-9B-Q5_K_M.gguf +0 -3
- NeuralQuant-9B-Q5_K_S.gguf +0 -3
- NeuralQuant-9B-Q6_K.gguf +0 -3
- NeuralQuant-9B-Q8_0.gguf +0 -3
NeuralQuant-9B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:63eaea7d246ef7d07c6da34420a761482753eaaf16f064b00f89b30116d29ac9
|
| 3 |
-
size 4736394048
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7c0bfde16963f0fad62ca3c73e51f0699d5e3fecb320aa83fe49dc733d8808ee
|
| 3 |
-
size 4353663808
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ab4137f5601df0c6f7db759e0e01cceacc35a7ca106de29f86d21c1d98428486
|
| 3 |
-
size 3914572608
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:845de5ea43e122f9e7ee484fa18ed1728e6bfba38dea68beae25d102a07cafca
|
| 3 |
-
size 5090657088
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0963be77dfa7e531a8c820a51cbeacd7cc19cb815659073fa470b97197ad6603
|
| 3 |
-
size 5415060288
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b4cb75b5fa89fd0a48b2bd684d2efd6f2b9c772c8ee5430e93d4528180103df1
|
| 3 |
-
size 5129454400
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5579a96e575d7551ba3f215c543fe1d1650b45cfc4e0ab90b20a9ca87a89272d
|
| 3 |
-
size 6197560128
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d907f8febeadc2bdc0f18cb965be1b82132f6c63890683a23bb3d440d7c096fc
|
| 3 |
-
size 6364676928
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:47f6d6a0fa1042bbae594eb42ecc1d0551310896e62d3d894813231d6ce7ed0f
|
| 3 |
-
size 6197560128
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0a9159497f012cc2b59eafd7e81d6bcf00783b09b5935933fa911b89b0c8fc39
|
| 3 |
-
size 7373644608
|
|
|
|
|
|
|
|
|
|
|
|
NeuralQuant-9B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:28b73360a09bd52134d1ba492bf1ebe134a7d091e3ee550120774806e5e47f2c
|
| 3 |
-
size 9550015232
|
|
|
|
|
|
|
|
|
|
|
|