Instructions to use lmstudio-community/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 lmstudio-community/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 lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
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 lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
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 lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use lmstudio-community/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 "lmstudio-community/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": "lmstudio-community/Qwen2-Math-7B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
- Ollama
How to use lmstudio-community/Qwen2-Math-7B-Instruct-GGUF with Ollama:
ollama run hf.co/lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
- Unsloth Studio
How to use lmstudio-community/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 lmstudio-community/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 lmstudio-community/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 lmstudio-community/Qwen2-Math-7B-Instruct-GGUF to start chatting
- Docker Model Runner
How to use lmstudio-community/Qwen2-Math-7B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use lmstudio-community/Qwen2-Math-7B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull lmstudio-community/Qwen2-Math-7B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen2-Math-7B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Remove files
Browse files- Qwen2-Math-7B-Instruct-IQ2_M.gguf +0 -3
- Qwen2-Math-7B-Instruct-IQ3_M.gguf +0 -3
- Qwen2-Math-7B-Instruct-IQ3_XS.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q2_K.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q2_K_L.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q3_K_M.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q3_K_S.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q3_K_XL.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q4_K_L.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q4_K_S.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q5_K_L.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q5_K_S.gguf +0 -3
- Qwen2-Math-7B-Instruct-Q6_K_L.gguf +0 -3
- Qwen2-Math-7B-Instruct-f32.gguf +0 -3
- Qwen2-Math-7B-Instruct.imatrix +0 -3
Qwen2-Math-7B-Instruct-IQ2_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:590c5956c579115c77cb0bd9048a44b5aed1cf5a254e90a8e507fb286312d465
|
| 3 |
-
size 2780340352
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-IQ3_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:56902ec705577c24720329b55edbcc248cea8ca3493e1531c1fe900249718456
|
| 3 |
-
size 3574009984
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-IQ3_XS.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0d2f326bea2060b4a9273eb02648edf4ae7208550730b5fb3ff43b4cd7a66725
|
| 3 |
-
size 3346253952
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q2_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:13a62ce896c4ac4a6671edc4483f4bce94001de40af114e70cca1d5f11225454
|
| 3 |
-
size 3015938176
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q2_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:85e1277f75d4927a07befbe8363558d6149928cd0f288c5887049acc500e90d1
|
| 3 |
-
size 3548162176
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2e39a1d69c4933a7e5a9a96d2853566a1792f45ea6ddd71b8903336c72b55210
|
| 3 |
-
size 3808389248
|
|
|
|
|
|
|
|
|
|
|
|
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:88233e6b0ae63e38567b383eccd5c03469179d27a5e962318fa1b420b3cfe090
|
| 3 |
-
size 3492366464
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q3_K_XL.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:33e8de769601e41cf1f94302f3402c4b16da9e131c0795a98fc58bf8d5e9e578
|
| 3 |
-
size 4565330048
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q4_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:084ae75cfba5ad7fa0b6f3423f5b6f441942a9b28c1ec3455a3bac14e28c2fbd
|
| 3 |
-
size 5087561856
|
|
|
|
|
|
|
|
|
|
|
|
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:9de01e7df69ced5a42edca2245e21388ba23d529375f2d83808ae5810074d492
|
| 3 |
-
size 4457767040
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q5_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:60d2d85d3651395538982c0c8ea1f6e2b6128fe3a3fe7466a0bf3b0356e714cb
|
| 3 |
-
size 5781194880
|
|
|
|
|
|
|
|
|
|
|
|
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:1ece74ccf6e57c2f6d7a10c4c1ac4b5634db3f3f3201271972298e5ecc3ba5f2
|
| 3 |
-
size 5315174528
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-Q6_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aa81d4985db63931b4aa611567c00750a7fc1fb0b8854e792e82b8f8f4ad4503
|
| 3 |
-
size 6518179968
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct-f32.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9502f89ce66c7302a2de2c34d363b32c4135f664e77aa4cead360c8a1bb4b4b8
|
| 3 |
-
size 30468417376
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-7B-Instruct.imatrix
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e41b7788b8dca9de7cc1adcab75bd787fb7a0996d90cd4550405e1d5d55972e3
|
| 3 |
-
size 4536678
|
|
|
|
|
|
|
|
|
|
|
|