Instructions to use tensorblock/vidyc_open_math_model-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/vidyc_open_math_model-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/vidyc_open_math_model-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/vidyc_open_math_model-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/vidyc_open_math_model-GGUF", filename="open_math_model-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/vidyc_open_math_model-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/vidyc_open_math_model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/vidyc_open_math_model-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/vidyc_open_math_model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/vidyc_open_math_model-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/vidyc_open_math_model-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/vidyc_open_math_model-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/vidyc_open_math_model-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/vidyc_open_math_model-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/vidyc_open_math_model-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/vidyc_open_math_model-GGUF with Ollama:
ollama run hf.co/tensorblock/vidyc_open_math_model-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/vidyc_open_math_model-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/vidyc_open_math_model-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/vidyc_open_math_model-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/vidyc_open_math_model-GGUF to start chatting
- Pi new
How to use tensorblock/vidyc_open_math_model-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/vidyc_open_math_model-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/vidyc_open_math_model-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/vidyc_open_math_model-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/vidyc_open_math_model-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/vidyc_open_math_model-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/vidyc_open_math_model-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/vidyc_open_math_model-GGUF:Q2_K
- Lemonade
How to use tensorblock/vidyc_open_math_model-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/vidyc_open_math_model-GGUF:Q2_K
Run and chat with the model
lemonade run user.vidyc_open_math_model-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- open_math_model-Q3_K_L.gguf +0 -3
- open_math_model-Q3_K_M.gguf +0 -3
- open_math_model-Q3_K_S.gguf +0 -3
- open_math_model-Q4_0.gguf +0 -3
- open_math_model-Q4_K_M.gguf +0 -3
- open_math_model-Q4_K_S.gguf +0 -3
- open_math_model-Q5_0.gguf +0 -3
- open_math_model-Q5_K_M.gguf +0 -3
- open_math_model-Q5_K_S.gguf +0 -3
- open_math_model-Q6_K.gguf +0 -3
- open_math_model-Q8_0.gguf +0 -3
open_math_model-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:abac6b915f7451477ec1fb88e156248f728eafe83de2ececc3b9c028fe76182f
|
| 3 |
-
size 368491136
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2d5ba9e949a52df01c8f5f7a06cbe4de46569398942d5ee72cf3ce9c7f31218e
|
| 3 |
-
size 347126400
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd66c9545d08854203288143fbf9c69603bb19f72410e23ec2cbe5ea4a2bf836
|
| 3 |
-
size 323074688
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0bd8b3c959fac63f321551f962338740d4201f95b086830552c449cfe48202c3
|
| 3 |
-
size 381565568
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:67cad272cae42454884b16a3365de2db27040c62e5207b96214d6904296c6dd2
|
| 3 |
-
size 396704384
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:35f546ea0553e8bfb0ec8d0e56a771071f4a0afb1e4b9a7b85aa83ed1b5456a9
|
| 3 |
-
size 383269504
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9239597964412510961b85bc8948af39e28ee7c3fcba5997e54b3a0f36cddc63
|
| 3 |
-
size 436615808
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cfbd1e085c940bbec6e405d3d079c6130b5f19db158ed359bf9d85c7e951c7a9
|
| 3 |
-
size 444414592
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b77f9f2f1ad84888a59c1461da9a7d2ddbe5c378809d5636f33c94a44bac0038
|
| 3 |
-
size 436615808
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9c9c8145c59bf95d1f38a9491047e6bc72f10d0899580c34a193310a44ab3fb2
|
| 3 |
-
size 495106688
|
|
|
|
|
|
|
|
|
|
|
|
open_math_model-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:55290693430e50ab087cfdd3882881221fd2429e25e896422f926fc20a35dae5
|
| 3 |
-
size 639446656
|
|
|
|
|
|
|
|
|
|
|
|