Instructions to use lmstudio-community/Qwen2-Math-72B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use lmstudio-community/Qwen2-Math-72B-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="lmstudio-community/Qwen2-Math-72B-Instruct-GGUF", filename="Qwen2-Math-72B-Instruct-IQ2_M.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use lmstudio-community/Qwen2-Math-72B-Instruct-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf lmstudio-community/Qwen2-Math-72B-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-72B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf lmstudio-community/Qwen2-Math-72B-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-72B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use lmstudio-community/Qwen2-Math-72B-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-72B-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-72B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M
- Ollama
How to use lmstudio-community/Qwen2-Math-72B-Instruct-GGUF with Ollama:
ollama run hf.co/lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M
- Unsloth Studio new
How to use lmstudio-community/Qwen2-Math-72B-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-72B-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-72B-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-72B-Instruct-GGUF to start chatting
- Docker Model Runner
How to use lmstudio-community/Qwen2-Math-72B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use lmstudio-community/Qwen2-Math-72B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull lmstudio-community/Qwen2-Math-72B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen2-Math-72B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
Delete and move files
Browse files- Qwen2-Math-72B-Instruct-IQ1_M.gguf +0 -3
- Qwen2-Math-72B-Instruct-IQ2_XS.gguf +0 -3
- Qwen2-Math-72B-Instruct-IQ2_XXS.gguf +0 -3
- Qwen2-Math-72B-Instruct-IQ3_XXS.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q2_K_L.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q3_K_XL.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q4_K_L.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q4_K_S.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q5_K_M/Qwen2-Math-72B-Instruct-Q5_K_M-00001-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q5_K_M/Qwen2-Math-72B-Instruct-Q5_K_M-00002-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q5_K_S/Qwen2-Math-72B-Instruct-Q5_K_S-00001-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q5_K_S/Qwen2-Math-72B-Instruct-Q5_K_S-00002-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q6_K/Qwen2-Math-72B-Instruct-Q6_K-00001-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q6_K/Qwen2-Math-72B-Instruct-Q6_K-00002-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q8_0/Qwen2-Math-72B-Instruct-Q8_0-00001-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct-Q8_0/Qwen2-Math-72B-Instruct-Q8_0-00002-of-00002.gguf +0 -3
- Qwen2-Math-72B-Instruct.imatrix +0 -3
Qwen2-Math-72B-Instruct-IQ1_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:93a22385d398d99ba6cab9a0da1dbc77a58757bd0521d96e5fc9524bb3a96650
|
| 3 |
-
size 23740210400
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-IQ2_XS.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4393f01acf56f33f5a06debf58cd9d5e42de59f8c2b70e80aefa0c3234c1884a
|
| 3 |
-
size 27057642720
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-IQ2_XXS.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:081521a19901f1395e019b62f8fd7ed7d24f3565530c992849dc580cf0604355
|
| 3 |
-
size 25490021600
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-IQ3_XXS.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e9241d1abef573a9cb225f110e06171fed2e9aa547d7ab38e044717505ec3ff1
|
| 3 |
-
size 31845080288
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q2_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:043b188a309ef771d9ea4de16807cdf1916b2e0697a530baa5f2eba322c7d17d
|
| 3 |
-
size 31028272352
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q3_K_XL.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4cbb180aa11e07f10365297abef75c04511f9da78ae20f441a073100e40935bb
|
| 3 |
-
size 40595217632
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q4_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3ec5f78d4ef96799cf61e971832ac714cdfd88310225053c65c8a56e04c46c78
|
| 3 |
-
size 48340262112
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0e239eabbcd82a1f3334ab8de9767cb40ffcbb0b3752d9cae6a6aabb5e6359a7
|
| 3 |
-
size 43889220832
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q5_K_M/Qwen2-Math-72B-Instruct-Q5_K_M-00001-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c6a4d461bd40a92320d45407ef1bbe07c13449c0d7978066cb448c3f597f7454
|
| 3 |
-
size 39977559872
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q5_K_M/Qwen2-Math-72B-Instruct-Q5_K_M-00002-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f8745b7778d2213f59670ab39299aef6be10d6392125b1eef091ea371b74052b
|
| 3 |
-
size 14469903968
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q5_K_S/Qwen2-Math-72B-Instruct-Q5_K_S-00001-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3969d3c5d8eed6063a82bf726f9fc515e8fda7cec7d4bb9316ad8de903216bca
|
| 3 |
-
size 40002981792
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q5_K_S/Qwen2-Math-72B-Instruct-Q5_K_S-00002-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5bd9057aaf78291ca450b39e428a0edc8ceb3e1c3f4aad941afba0df7268ff3e
|
| 3 |
-
size 11372154400
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q6_K/Qwen2-Math-72B-Instruct-Q6_K-00001-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:15ed5eefff5e2086d2da7e5d9d219d92f83ddb85d12dbaff9e49b5ff2d6216b6
|
| 3 |
-
size 39970954496
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q6_K/Qwen2-Math-72B-Instruct-Q6_K-00002-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea53ba3fa65600a74b5bb685aafdb90a6f87e8364a9f098e0a18b022b91febd9
|
| 3 |
-
size 24376672416
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q8_0/Qwen2-Math-72B-Instruct-Q8_0-00001-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:14d4c95d5005370900d5e230587c8ea120f0cb3e817fafe4120ec1943026657c
|
| 3 |
-
size 39984772672
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct-Q8_0/Qwen2-Math-72B-Instruct-Q8_0-00002-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4cebb0ce8fc36e57f677c0c926d1c3de620feab64ab0304f5d0948fc1d02fe9e
|
| 3 |
-
size 37277837184
|
|
|
|
|
|
|
|
|
|
|
|
Qwen2-Math-72B-Instruct.imatrix
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:54060afff53abd08d93072fc249a06db37ad07ec1bf15343c3861c44067bd308
|
| 3 |
-
size 25209018
|
|
|
|
|
|
|
|
|
|
|
|