Instructions to use tensorblock/Qra-1b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Qra-1b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Qra-1b-GGUF", filename="Qra-1b-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/Qra-1b-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/Qra-1b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Qra-1b-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/Qra-1b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Qra-1b-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/Qra-1b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Qra-1b-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/Qra-1b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Qra-1b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Qra-1b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Qra-1b-GGUF with Ollama:
ollama run hf.co/tensorblock/Qra-1b-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Qra-1b-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/Qra-1b-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/Qra-1b-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/Qra-1b-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Qra-1b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Qra-1b-GGUF:Q2_K
- Lemonade
How to use tensorblock/Qra-1b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Qra-1b-GGUF:Q2_K
Run and chat with the model
lemonade run user.Qra-1b-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Qra-1b-Q3_K_L.gguf +0 -3
- Qra-1b-Q3_K_M.gguf +0 -3
- Qra-1b-Q3_K_S.gguf +0 -3
- Qra-1b-Q4_0.gguf +0 -3
- Qra-1b-Q4_K_M.gguf +0 -3
- Qra-1b-Q4_K_S.gguf +0 -3
- Qra-1b-Q5_0.gguf +0 -3
- Qra-1b-Q5_K_M.gguf +0 -3
- Qra-1b-Q5_K_S.gguf +0 -3
- Qra-1b-Q6_K.gguf +0 -3
- Qra-1b-Q8_0.gguf +0 -3
Qra-1b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7d1ec30cc36fb90c481ed6ea7e56d7f9e41ee987326bff7a3beed1533d365880
|
| 3 |
-
size 591526880
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fc812b7d675e9a9f299e0bdd41c2d708a74a7be514b3b60c63c1ef586f6535e8
|
| 3 |
-
size 548404192
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1ca2e7949e7b088c690a5a567a88acfe2210e6a6c621e4eaa63b4bc57d0e1830
|
| 3 |
-
size 499342304
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4e4204b312c2b311497e6e4c58720bc9694705d162bf1177648353bd0fff42b9
|
| 3 |
-
size 636726240
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:386d7cdccca5c139ee6da6efbec39fee9f0dbdc9e3c5fa57fa2e70d0ab7c9960
|
| 3 |
-
size 667814880
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a944152291eb85839ba86bc69b2b2522d020e6f42bc8f9bde558d4bd2697fbe1
|
| 3 |
-
size 639871968
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a7e580343895927a51c64de26269c4e97d237abcaaad1bc3f70c5b5729a6e35a
|
| 3 |
-
size 766028768
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ee9ca4768fb0c0176584440e023701de8bf947412116884cf09221b1128399c4
|
| 3 |
-
size 782044128
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d6556c8a5969ad10e60f42b05b12649eedc06d9afb839ae8d8f74f306bf3b92b
|
| 3 |
-
size 766028768
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ec803f96dfbd9f39bee376174a5b8c900976d81d4537b7ddad461570d54a1e09
|
| 3 |
-
size 903412704
|
|
|
|
|
|
|
|
|
|
|
|
Qra-1b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:206e87c1d435fde8fad15735b307acb138e99bbeadb1c34537d5baa27e6b0647
|
| 3 |
-
size 1169808352
|
|
|
|
|
|
|
|
|
|
|
|