Instructions to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/seed_math_math_instruct_reasoninghp-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/seed_math_math_instruct_reasoninghp-GGUF", filename="seed_math_math_instruct_reasoninghp-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/seed_math_math_instruct_reasoninghp-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/seed_math_math_instruct_reasoninghp-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/seed_math_math_instruct_reasoninghp-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/seed_math_math_instruct_reasoninghp-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/seed_math_math_instruct_reasoninghp-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/seed_math_math_instruct_reasoninghp-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/seed_math_math_instruct_reasoninghp-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/seed_math_math_instruct_reasoninghp-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with Ollama:
ollama run hf.co/tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/seed_math_math_instruct_reasoninghp-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/seed_math_math_instruct_reasoninghp-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/seed_math_math_instruct_reasoninghp-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/seed_math_math_instruct_reasoninghp-GGUF to start chatting
- Pi
How to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
- Lemonade
How to use tensorblock/seed_math_math_instruct_reasoninghp-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/seed_math_math_instruct_reasoninghp-GGUF:Q2_K
Run and chat with the model
lemonade run user.seed_math_math_instruct_reasoninghp-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- seed_math_math_instruct_reasoninghp-Q3_K_L.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q3_K_M.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q3_K_S.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q4_0.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q4_K_M.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q4_K_S.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q5_0.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q5_K_M.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q5_K_S.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q6_K.gguf +0 -3
- seed_math_math_instruct_reasoninghp-Q8_0.gguf +0 -3
seed_math_math_instruct_reasoninghp-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:45f5b1efaa77467d6f4b694c152a14b8d75c6e65a4a1b0bd95e618673abbdfcb
|
| 3 |
-
size 4088459616
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bbc0bd3c13777e88c01453a8109366f72ce64877ecc97a6394f90af7ecae561c
|
| 3 |
-
size 3808391520
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8ce2fe1526255b08bbd4bb95e354d64fe679c668900355c309148d50f87dd6da
|
| 3 |
-
size 3492368736
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f2628d656b8ffcb6b7efa1494ac367e912198962236fbe09efe05c19cc82cbf2
|
| 3 |
-
size 4431391072
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:339528452be323786fa52b0ff7c1e788f677df18de9d6be05346f3ff284d0f38
|
| 3 |
-
size 4683073888
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:da42431a7b8ae62ac8f3f1a55fad3c619dba147b93b5152fc36c4cf0690f4b87
|
| 3 |
-
size 4457769312
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1822e99c73dc4edae62b8ed74531e05d7ddc1e20e9f472826f5ad9cd6a2bc42c
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:85b7f2b99c93b9e439573d109f4ab5f687205874c0b45672eeb50636608e86ff
|
| 3 |
-
size 5444831584
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea4c6e8deb67cea7c734bde934824e74ccea7fd13f0682d008d5d776bf035535
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e7603dc0017c3b8bc994f0eeb79f0d2d5e955b9e04c80802931725b25f1eb501
|
| 3 |
-
size 6254199136
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_math_instruct_reasoninghp-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:357f367b59a9f681ec941ced203c4bf0b9bf892d71b999d0f71332373c0744cc
|
| 3 |
-
size 8098525536
|
|
|
|
|
|
|
|
|
|
|
|