Instructions to use tensorblock/Qwen2-1.5B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Qwen2-1.5B-Instruct-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Qwen2-1.5B-Instruct-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Qwen2-1.5B-Instruct-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2-1.5B-Instruct-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-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Qwen2-1.5B-Instruct-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-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Qwen2-1.5B-Instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Qwen2-1.5B-Instruct-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-1.5B-Instruct-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-1.5B-Instruct-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-1.5B-Instruct-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Qwen2-1.5B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/Qwen2-1.5B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Qwen2-1.5B-Instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.Qwen2-1.5B-Instruct-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- Qwen2-1.5B-Instruct-Q3_K_L.gguf +0 -3
- Qwen2-1.5B-Instruct-Q3_K_S.gguf +0 -3
- Qwen2-1.5B-Instruct-Q4_0.gguf +0 -3
- Qwen2-1.5B-Instruct-Q4_K_M.gguf +0 -3
- Qwen2-1.5B-Instruct-Q4_K_S.gguf +0 -3
- Qwen2-1.5B-Instruct-Q5_0.gguf +0 -3
- Qwen2-1.5B-Instruct-Q5_K_M.gguf +0 -3
- Qwen2-1.5B-Instruct-Q5_K_S.gguf +0 -3
- Qwen2-1.5B-Instruct-Q6_K.gguf +0 -3
- Qwen2-1.5B-Instruct-Q8_0.gguf +0 -3
Qwen2-1.5B-Instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:59bb725cfa4128eedf17baa3694376113b47c4aaf59ba842b45cf6a034e2f629
|
| 3 |
-
size 880160224
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dbefccb71b8297a0b2d86ce91165f95fab6111b27ab76141a6629fbe98d9ff0e
|
| 3 |
-
size 760942048
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2d5985c0548c7bed814c457384f8a6a08ed866a4dcf8a739fb70504cd3dc633e
|
| 3 |
-
size 934952416
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:17149c4019fe23c0611aa0b856d5c1a839040e31ffc23068782b0dbecbd111c2
|
| 3 |
-
size 986045920
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6f5dad493a5b06a6c794042cbc8e566043af9dbeba29ac2eb2d4eb7a4852342c
|
| 3 |
-
size 940309984
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d0f6836979b2c5b31b0ec2352bf5751a132e2206b78572fc68cbe14856fae919
|
| 3 |
-
size 1098726880
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:62ee89cedde073253ecdf1360037daeebbb7345dcfeaf927146c5fee39b7af56
|
| 3 |
-
size 1125047776
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f678d3b06fc80abb03d0bd21b07b637674ae4c263e33aaa00e3d3dde726a141e
|
| 3 |
-
size 1098726880
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:07ee759901ceef9a7e59cd67f290550a2f2f45617bbe1a686f1adb546d9acda3
|
| 3 |
-
size 1272737248
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-1.5B-Instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e6c1ab8dd801bd4412d6390ace1130d83a6422caa55bec0808bd705ddf2802b9
|
| 3 |
-
size 1646570464
|
|
|
|
|
|
|
|
|
|
|
|