Instructions to use tensorblock/generative-qa-model-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/generative-qa-model-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/generative-qa-model-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/generative-qa-model-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/generative-qa-model-GGUF", filename="generative-qa-model-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/generative-qa-model-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/generative-qa-model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/generative-qa-model-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/generative-qa-model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/generative-qa-model-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/generative-qa-model-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/generative-qa-model-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/generative-qa-model-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/generative-qa-model-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/generative-qa-model-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/generative-qa-model-GGUF with Ollama:
ollama run hf.co/tensorblock/generative-qa-model-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/generative-qa-model-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/generative-qa-model-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/generative-qa-model-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/generative-qa-model-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/generative-qa-model-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/generative-qa-model-GGUF:Q2_K
- Lemonade
How to use tensorblock/generative-qa-model-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/generative-qa-model-GGUF:Q2_K
Run and chat with the model
lemonade run user.generative-qa-model-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- generative-qa-model-Q3_K_L.gguf +0 -3
- generative-qa-model-Q3_K_M.gguf +0 -3
- generative-qa-model-Q3_K_S.gguf +0 -3
- generative-qa-model-Q4_0.gguf +0 -3
- generative-qa-model-Q4_K_M.gguf +0 -3
- generative-qa-model-Q4_K_S.gguf +0 -3
- generative-qa-model-Q5_0.gguf +0 -3
- generative-qa-model-Q5_K_M.gguf +0 -3
- generative-qa-model-Q5_K_S.gguf +0 -3
- generative-qa-model-Q6_K.gguf +0 -3
- generative-qa-model-Q8_0.gguf +0 -3
generative-qa-model-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d41ac5d45fd9664707d795a2f434b52276eecddfed69fe7264584d3cfbd5ee2a
|
| 3 |
-
size 2087596672
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f6c1e0eae02f7ab733128ef82a0bbe9934e20613c46ddb772e7cd4f29e0fe947
|
| 3 |
-
size 1955476096
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1e2bda582c9d8e0d8ca0bf05dd8075369cb5d44e97318c5b827397d78c03065b
|
| 3 |
-
size 1681797760
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6d4dcb187ff8b087422e0833010eeec5dd22784fc817dca2080e8262dadebd1f
|
| 3 |
-
size 2176176256
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ed40da0891d2a7a7b987cb01fef9645954e01b78cc76b961f4c395164d0bb1f0
|
| 3 |
-
size 2393231488
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:562caa8501a20865f42b200c9a2b297b8f9b1e5e21aff3f49e0a1a3c9aa5236e
|
| 3 |
-
size 2188759168
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3541dff674d902b42b30dba4190aa3398645d31d632bb24f791209a80710cf04
|
| 3 |
-
size 2641473664
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bfa682762fcbb1cc93a445e036fa2cbdf61be481fa41ec42f64e9b2d97227a25
|
| 3 |
-
size 2815275136
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ac6c3e77881c6cc72d3d386e5dca16571382089bef9e15ce3dfc782e4d06ed98
|
| 3 |
-
size 2641473664
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:defd16b02d82f4b9a5b01672fcc97014ac143290707786b32cd101b69d875ac1
|
| 3 |
-
size 3135852160
|
|
|
|
|
|
|
|
|
|
|
|
generative-qa-model-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:222a38b8c76030c61dd154a406961e255ed7e5a497482a987b683bafe28a662e
|
| 3 |
-
size 4061221504
|
|
|
|
|
|
|
|
|
|
|
|