Instructions to use tensorblock/NuminaMath-7B-TIR-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/NuminaMath-7B-TIR-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/NuminaMath-7B-TIR-GGUF", filename="NuminaMath-7B-TIR-Q2_K.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 tensorblock/NuminaMath-7B-TIR-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/NuminaMath-7B-TIR-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/NuminaMath-7B-TIR-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/NuminaMath-7B-TIR-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/NuminaMath-7B-TIR-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/NuminaMath-7B-TIR-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/NuminaMath-7B-TIR-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/NuminaMath-7B-TIR-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K
- Ollama
How to use tensorblock/NuminaMath-7B-TIR-GGUF with Ollama:
ollama run hf.co/tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/NuminaMath-7B-TIR-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/NuminaMath-7B-TIR-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/NuminaMath-7B-TIR-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/NuminaMath-7B-TIR-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/NuminaMath-7B-TIR-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K
- Lemonade
How to use tensorblock/NuminaMath-7B-TIR-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/NuminaMath-7B-TIR-GGUF:Q2_K
Run and chat with the model
lemonade run user.NuminaMath-7B-TIR-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- NuminaMath-7B-TIR-Q3_K_L.gguf +0 -3
- NuminaMath-7B-TIR-Q3_K_M.gguf +0 -3
- NuminaMath-7B-TIR-Q3_K_S.gguf +0 -3
- NuminaMath-7B-TIR-Q4_0.gguf +0 -3
- NuminaMath-7B-TIR-Q4_K_M.gguf +0 -3
- NuminaMath-7B-TIR-Q4_K_S.gguf +0 -3
- NuminaMath-7B-TIR-Q5_0.gguf +0 -3
- NuminaMath-7B-TIR-Q5_K_M.gguf +0 -3
- NuminaMath-7B-TIR-Q5_K_S.gguf +0 -3
- NuminaMath-7B-TIR-Q6_K.gguf +0 -3
- NuminaMath-7B-TIR-Q8_0.gguf +0 -3
NuminaMath-7B-TIR-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:25d3000bc4d535e972d648233e5dee1c689eda3c6bed6d44e6d2279260b53740
|
| 3 |
-
size 3746273440
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a371169d707d2c14f32de04a6e0b9a185f6d1e6c4a8bee2e296490c1c76eacbd
|
| 3 |
-
size 3461191840
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:be89a2dccb791758403044f548f67cd1cb61c74b4c98da4e5e46fa2cf9af38ad
|
| 3 |
-
size 3138017440
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5d2b3d8b44f769df43dc9a386ccf127f2ab1dd972d645d4df2cd69bb607d0ef3
|
| 3 |
-
size 4000061600
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e67c6537b0893606a31b8885ef757a8fa1c1855c3600e882e655ba769d292d1d
|
| 3 |
-
size 4223359136
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:16e9a40a486fa322f3056634b73533d0b7a80b5bf170c27b1e47e91a16590eb8
|
| 3 |
-
size 4025358496
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ed832423a9ab451b2e9031cf966ff310c885c6ba9a97028c16996978961f12ac
|
| 3 |
-
size 4811397280
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2cfd8bbb4bb71510f5d85d1ab66a0db8dcf47298eef4636f79e7e92e3356e3b8
|
| 3 |
-
size 4926429344
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0fee349e4d1c29f1c399aabaf80f8f1c12543a65b69243e65ac61ede6a83f809
|
| 3 |
-
size 4811397280
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b992c4f410605bd2ea1da2b4d4007d6c908cabbf055402efb1ddb562848286e
|
| 3 |
-
size 5673441440
|
|
|
|
|
|
|
|
|
|
|
|
NuminaMath-7B-TIR-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd11958260b6873374ab923c027144473af4644534a2247336511bee0e07ad95
|
| 3 |
-
size 7346985120
|
|
|
|
|
|
|
|
|
|
|
|