Instructions to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF", filename="Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.IQ4_XS.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-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 mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-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 mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-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 mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF with Ollama:
ollama run hf.co/mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M
- Unsloth Studio new
How to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-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 mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-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 mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.IQ4_XS.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q2_K.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_L.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_M.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_S.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q4_K_M.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q4_K_S.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q5_K_M.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q5_K_S.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q6_K.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q8_0.gguf +3 -0
- Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc7f3b40ad8b843945cdf27e2b72d13952a2f8c711f881789a3df29669f2b767
|
| 3 |
+
size 1536115264
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad4c6b3b170015013fd9a096c5f4f2f7c8e0c2f53e1bfd1c20085a295d8c9fa7
|
| 3 |
+
size 1109721664
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ae66fd2c1ba3cdcfa8ce34cc79e610b02231bd5bb25b7e9ede2b20fee8f6651
|
| 3 |
+
size 1575232064
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e16739baa4d1afd2abf4a06b3858cc61f37d6ba58397ad22c284a9d92a13d62c
|
| 3 |
+
size 1426137664
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a94b588413e674bb8902210d2437bc48f942b4717a37401dec66348707b7e8b
|
| 3 |
+
size 1250828864
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fa4be0c08d816b72c6e02f0336a09c9acce418e23334fceb920498d9f836985
|
| 3 |
+
size 1737638464
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90dd8243d3af4255c3edb23f86297c13f2f471c5c2763b44796afec7b9a04e66
|
| 3 |
+
size 1618854464
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcda3681f7998249ed5f202422994aae833ea94df8182675dd292291e77ad3f8
|
| 3 |
+
size 2003059264
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a20f703fa0e85be6a582d8695203bc80335f9ed2f706f9f64ea6bcc4cc11f578
|
| 3 |
+
size 1933427264
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:914761b9bb8647a260a44ad6398d15ef42737cba7a6c989e053d2c6606611276
|
| 3 |
+
size 2285068864
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:556d556396d8acf34522fc01fcb1dfa3c4f2bdf8c8f49fee3b0dc25d682bb46e
|
| 3 |
+
size 2958041664
|
Qwen2.5-Math-Coder-Distill-Phi-2-4.4K-MixMathCode.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c046416dc2d3b85f5637634309051b88b19698a97d511eb0869571acb636561b
|
| 3 |
+
size 5563097664
|