Transformers
GGUF
English
text-generation-inference
unsloth
qwen2
trl
sft
TensorBlock
GGUF
conversational
Instructions to use tensorblock/Qwen2.5-0.5b-RBase-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Qwen2.5-0.5b-RBase-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Qwen2.5-0.5b-RBase-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/Qwen2.5-0.5b-RBase-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Qwen2.5-0.5b-RBase-GGUF", filename="Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Qwen2.5-0.5b-RBase-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Qwen2.5-0.5b-RBase-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Qwen2.5-0.5b-RBase-GGUF with Ollama:
ollama run hf.co/tensorblock/Qwen2.5-0.5b-RBase-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-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/Qwen2.5-0.5b-RBase-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Qwen2.5-0.5b-RBase-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Qwen2.5-0.5b-RBase-GGUF:Q2_K
- Lemonade
How to use tensorblock/Qwen2.5-0.5b-RBase-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Qwen2.5-0.5b-RBase-GGUF:Q2_K
Run and chat with the model
lemonade run user.Qwen2.5-0.5b-RBase-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Qwen2.5-0.5b-RBase-Q3_K_L.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q3_K_M.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q3_K_S.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q4_0.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q4_K_M.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q4_K_S.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q5_0.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q5_K_M.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q5_K_S.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q6_K.gguf +0 -3
- Qwen2.5-0.5b-RBase-Q8_0.gguf +0 -3
Qwen2.5-0.5b-RBase-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fef2e9f2a7bb55048bb699ffceb90a5997ec22341e97f3717642a117de1b49d3
|
| 3 |
-
size 369355904
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6c37a0170cfc49334d9f9331ac0fe39fadd332d48f098350e5f1cbd96dbc8267
|
| 3 |
-
size 355464320
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1ae2b5d6095e1449469fbe3ea6ed9a230843414e5483e7dccb4ccddc59980fb9
|
| 3 |
-
size 338261120
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2a83659340b9e7809acc8bb92ffced1e1e752ab6371cfe1cb74affca5ddcd60c
|
| 3 |
-
size 352152704
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2ccd53a66b897bc2119b1e46ec88cc7151edccebdd880a40bb56505e8f1148f4
|
| 3 |
-
size 397805696
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d98c100c5e40fd962cc8cec9b38d423095564be2bf761fa9249aa9bdb61f9932
|
| 3 |
-
size 385469568
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:53fe6eef09bef97aec00c746d8e4ac12d39e05360df168735104edc0ef6d2a9d
|
| 3 |
-
size 396881024
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:557f9e551b7626e461679ae452d0c8d97ba8eaf27d2c40bf808ae507216bdd27
|
| 3 |
-
size 420083840
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bcc2fe13d4f68d1684b60954fb1ca0841c70daae93dc5d20c9415b322b0849b8
|
| 3 |
-
size 412707968
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ac90a2f70c1cc278c39b1ff6285ca512e516446ca17728da4c7606f5b6414e38
|
| 3 |
-
size 505734272
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2.5-0.5b-RBase-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:32d6cc35f9db6d4b613a65a74237c8836bc5aa0c12b3de9f0c87d151de00e2b2
|
| 3 |
-
size 531065984
|
|
|
|
|
|
|
|
|
|
|
|