Instructions to use tensorblock/Qwen2-Math-7B-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-7B-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-7B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2-Math-7B-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-7B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2-Math-7B-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-7B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Qwen2-Math-7B-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-7B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Qwen2-Math-7B-Instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Qwen2-Math-7B-Instruct-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Qwen2-Math-7B-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-7B-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-7B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/Qwen2-Math-7B-Instruct-GGUF:Q2_K
- Ollama
How to use tensorblock/Qwen2-Math-7B-Instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/Qwen2-Math-7B-Instruct-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Qwen2-Math-7B-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-7B-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-7B-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-7B-Instruct-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Qwen2-Math-7B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Qwen2-Math-7B-Instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/Qwen2-Math-7B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Qwen2-Math-7B-Instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.Qwen2-Math-7B-Instruct-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- Qwen2-Math-7B-Instruct-Q3_K_L.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q3_K_S.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q4_0.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q4_K_M.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q4_K_S.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q5_0.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q5_K_M.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q5_K_S.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q6_K.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q8_0.gguf +0 -3
Qwen2-Math-7B-Instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:48252b1c7862ececd0bda7c318885049d4d71984bae95df299372e66ededb1a0
|
| 3 |
-
size 4088457088
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b4b6dc3f13f9a6b1db3c1f4bbddc9d0a9d66ae64db403daf9e5fc04bc903534d
|
| 3 |
-
size 3492366208
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f81374d1ef9be165f8816e63c1205ee61ff60252f8568afa0d8cb8d420711543
|
| 3 |
-
size 4431388544
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:be3f2a043909f8d53d4c83b2057a1ef358c29fab534a3e9816e361d4d5590b0b
|
| 3 |
-
size 4683071360
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d73bf4e22ae48e98ad5c83027db287ad52d6327002364646189f3b4176ef0bc
|
| 3 |
-
size 4457766784
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:661bc397847dc96e471ba7f7ecddc7b7078018dcd9b667bcb891826e7b1b32bc
|
| 3 |
-
size 5315174272
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a4ac21884f3c8f6028356fc47e5c83d350f05e1c5a0ed7c72bfa5d23fe1e8551
|
| 3 |
-
size 5444829056
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5ded3ed9e36f680be76840daac3c6cff23bf21ee480bc47d83e10214066cd306
|
| 3 |
-
size 5315174272
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c511a1ab76c0a5eeb394e78693e29a8e5b016cc91b30f7fa8a7406f638def942
|
| 3 |
-
size 6254196608
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4b20a19e9c320e090df616e03fea5be2537bf1b65db892e7b5fe5256bf79befa
|
| 3 |
-
size 8098523008
|
|
|
|
|
|
|
|
|
|
|
|