Instructions to use tensorblock/NT34-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/NT34-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/NT34-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/NT34-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/NT34-GGUF", filename="NT34-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/NT34-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/NT34-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/NT34-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/NT34-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/NT34-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/NT34-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/NT34-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/NT34-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/NT34-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/NT34-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/NT34-GGUF with Ollama:
ollama run hf.co/tensorblock/NT34-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/NT34-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/NT34-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/NT34-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/NT34-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/NT34-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/NT34-GGUF:Q2_K
- Lemonade
How to use tensorblock/NT34-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/NT34-GGUF:Q2_K
Run and chat with the model
lemonade run user.NT34-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- NT34-Q3_K_L.gguf +0 -3
- NT34-Q3_K_M.gguf +0 -3
- NT34-Q3_K_S.gguf +0 -3
- NT34-Q4_0.gguf +0 -3
- NT34-Q4_K_M.gguf +0 -3
- NT34-Q4_K_S.gguf +0 -3
- NT34-Q5_0.gguf +0 -3
- NT34-Q5_K_M.gguf +0 -3
- NT34-Q5_K_S.gguf +0 -3
- NT34-Q6_K.gguf +0 -3
- NT34-Q8_0.gguf +0 -3
NT34-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:72a702cd6ad14ebbc8c907fa56056c2fed680c6456226d49f5b9adad367d9857
|
| 3 |
-
size 4171754688
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:17c7cbb79493556959e810216e05a159e17c204737ff385910f0f9fc801fe7e5
|
| 3 |
-
size 3880381632
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd626f04c12bc45496ac3f34d22cb3832832ca2007cc92d4b1d7930b434fa52f
|
| 3 |
-
size 3551029440
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cff78f9bceff253efb89f1386940ffffd2fa602d59e60e13047068fc1d95777f
|
| 3 |
-
size 4497171648
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5b9fdd3c94f0175b0ab8455a19b83c2eebb8b1b90e2ff402dfdecca66082e079
|
| 3 |
-
size 4736368320
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c00632e4cbfde37ea1a70d384b6b1d673bc395c206a8689d47089229ee3050d4
|
| 3 |
-
size 4524598464
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:93a72046585692e80a253d2cdd9157000854f478ac63db246167610d116bb247
|
| 3 |
-
size 5387658432
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:87a1e1a89ae07e6f67c771633d5d1df2eee6b05db77ae4acad18461a955a1977
|
| 3 |
-
size 5510880960
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ddc27768cc8162de35b5ca78b30f3367eed14aefec81c76481fd060aed3d3e3e
|
| 3 |
-
size 5387658432
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fbfc819e1984bdc113ced75665dedc6b4a3af6f0803737bdf9ad3480cf03be1f
|
| 3 |
-
size 6333800640
|
|
|
|
|
|
|
|
|
|
|
|
NT34-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a9d3ca3e901f13849015226b83ae865485002f90429367977bd779a530ff81e5
|
| 3 |
-
size 8202252480
|
|
|
|
|
|
|
|
|
|
|
|