Instructions to use tensorblock/seed_math_college_math-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/seed_math_college_math-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/seed_math_college_math-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/seed_math_college_math-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/seed_math_college_math-GGUF", filename="seed_math_college_math-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_college_math-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_college_math-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/seed_math_college_math-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_college_math-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/seed_math_college_math-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_college_math-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/seed_math_college_math-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_college_math-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/seed_math_college_math-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/seed_math_college_math-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/seed_math_college_math-GGUF with Ollama:
ollama run hf.co/tensorblock/seed_math_college_math-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/seed_math_college_math-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_college_math-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_college_math-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_college_math-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/seed_math_college_math-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/seed_math_college_math-GGUF:Q2_K
- Lemonade
How to use tensorblock/seed_math_college_math-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/seed_math_college_math-GGUF:Q2_K
Run and chat with the model
lemonade run user.seed_math_college_math-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- seed_math_college_math-Q3_K_L.gguf +0 -3
- seed_math_college_math-Q3_K_M.gguf +0 -3
- seed_math_college_math-Q3_K_S.gguf +0 -3
- seed_math_college_math-Q4_0.gguf +0 -3
- seed_math_college_math-Q4_K_M.gguf +0 -3
- seed_math_college_math-Q4_K_S.gguf +0 -3
- seed_math_college_math-Q5_0.gguf +0 -3
- seed_math_college_math-Q5_K_M.gguf +0 -3
- seed_math_college_math-Q5_K_S.gguf +0 -3
- seed_math_college_math-Q6_K.gguf +0 -3
- seed_math_college_math-Q8_0.gguf +0 -3
seed_math_college_math-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d4b8c2eae1164e335d56bc296be5db983a405019234fad1fa37348ad31fef301
|
| 3 |
-
size 4321957376
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9fbc5175ef27865e03b0eca39b1c2310f98875d642f3b2d603a5d4aebef3ad9a
|
| 3 |
-
size 4018918912
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:73b3518c770dd8bdbde9c02663bfed869e492a3d7bc42db2e207accf7a9922de
|
| 3 |
-
size 3664500224
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e6413f8672903eb5cdfb9221251391455316fa749e84f9b7e910684d155d72e1
|
| 3 |
-
size 4661212672
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:00e503e7e491279f888afb3638617486923fa3c7b03232380154e57d4d11c7ca
|
| 3 |
-
size 4920735232
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:96234c41fd248781bff69d782b99a9051d5cd6df934c9b024c6f6d13172db79f
|
| 3 |
-
size 4692669952
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:873aa43c39b7ca8879b9d669620a835d584837180fbc6ae8a8090761f1dafc35
|
| 3 |
-
size 5599294976
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b81690b31040455f19228051b2f685160d3f42545eceab47d0373f8061bdcbb
|
| 3 |
-
size 5732988416
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:66726704103445b497f92bee62dd2e18d964cec4ab88c103a6838fe28df20cd1
|
| 3 |
-
size 5599294976
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7ae0970fe3002d5621f3fa900bede02861936bbf5f87112903c66574e6b5e128
|
| 3 |
-
size 6596007424
|
|
|
|
|
|
|
|
|
|
|
|
seed_math_college_math-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a0ea33f1750ea9ab8a6026060d74ba90709536290ab6f2e4ef56ea7783cd574
|
| 3 |
-
size 8540771840
|
|
|
|
|
|
|
|
|
|
|
|