Instructions to use tensorblock/Qwen2-Math-1.5B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Qwen2-Math-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-Math-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2-Math-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-Math-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2-Math-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-Math-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Qwen2-Math-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-Math-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Qwen2-Math-1.5B-Instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Qwen2-Math-1.5B-Instruct-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Qwen2-Math-1.5B-Instruct-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Qwen2-Math-1.5B-Instruct-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Qwen2-Math-1.5B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/Qwen2-Math-1.5B-Instruct-GGUF:Q2_K
- Ollama
How to use tensorblock/Qwen2-Math-1.5B-Instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/Qwen2-Math-1.5B-Instruct-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Qwen2-Math-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-Math-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-Math-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-Math-1.5B-Instruct-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Qwen2-Math-1.5B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Qwen2-Math-1.5B-Instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/Qwen2-Math-1.5B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Qwen2-Math-1.5B-Instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.Qwen2-Math-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-Math-1.5B-Instruct-Q3_K_L.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q3_K_S.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q4_0.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q4_K_M.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q4_K_S.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q5_0.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q5_K_M.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q5_K_S.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q6_K.gguf +0 -3
- Qwen2-Math-1.5B-Instruct-Q8_0.gguf +0 -3
Qwen2-Math-1.5B-Instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7517a7eeca75492ef898a933cf2889adf689168a5a2a79255888f3ad86d9e6e3
|
| 3 |
-
size 880160192
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:569661e98f69380294cd3a2818ea02fa765f2811eefd90e950c2900a744884a6
|
| 3 |
-
size 760942016
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d4ab27e0a730f540cbce5616df366848ef6d7293fc6883db02b7415d0f88b03c
|
| 3 |
-
size 934952384
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7d86019e3574d410360e466bb23fd04264cb2cc2fb48ee38f20ebc5858b2fb8f
|
| 3 |
-
size 986045888
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:530fd544d06744f118ac744f9ce630c1eb9828f5b66bffa653086934eb2cc098
|
| 3 |
-
size 940309952
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:77521a75f20a3f6a8c9bf546bdca4ebc50e8c77a0141f29b37128867d54bdc17
|
| 3 |
-
size 1098726848
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b2d1894a3c982bdf2b74518f4551fc5de92a74d79efaf4bfc99a3741226008e8
|
| 3 |
-
size 1125047744
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:90883ed560e9f26bec0a710df3023c2691b2bfeef81b323c4dd24ef74fbb603a
|
| 3 |
-
size 1098726848
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6bf94eb458199209f70918d507e140f83b09fc67745ecfb9f81932cf7b37de80
|
| 3 |
-
size 1272737216
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-1.5B-Instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5c4e3b28a14dd3a4752966e30d8cfde692b0e0585239f52d02087c6e210a240f
|
| 3 |
-
size 1646570432
|
|
|
|
|
|
|
|
|
|
|
|