Instructions to use tensorblock/difficulty_sorting_easy_seed_math-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/difficulty_sorting_easy_seed_math-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/difficulty_sorting_easy_seed_math-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/difficulty_sorting_easy_seed_math-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/difficulty_sorting_easy_seed_math-GGUF", filename="difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_math-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_math-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_math-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_math-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/difficulty_sorting_easy_seed_math-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/difficulty_sorting_easy_seed_math-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/difficulty_sorting_easy_seed_math-GGUF with Ollama:
ollama run hf.co/tensorblock/difficulty_sorting_easy_seed_math-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_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/difficulty_sorting_easy_seed_math-GGUF to start chatting
- Pi
How to use tensorblock/difficulty_sorting_easy_seed_math-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/difficulty_sorting_easy_seed_math-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/difficulty_sorting_easy_seed_math-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/difficulty_sorting_easy_seed_math-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/difficulty_sorting_easy_seed_math-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/difficulty_sorting_easy_seed_math-GGUF:Q2_K
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/difficulty_sorting_easy_seed_math-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/difficulty_sorting_easy_seed_math-GGUF:Q2_K
- Lemonade
How to use tensorblock/difficulty_sorting_easy_seed_math-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/difficulty_sorting_easy_seed_math-GGUF:Q2_K
Run and chat with the model
lemonade run user.difficulty_sorting_easy_seed_math-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- difficulty_sorting_easy_seed_math-Q3_K_L.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q3_K_M.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q3_K_S.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q4_0.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q4_K_M.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q4_K_S.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q5_0.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q5_K_M.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q5_K_S.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q6_K.gguf +0 -3
- difficulty_sorting_easy_seed_math-Q8_0.gguf +0 -3
difficulty_sorting_easy_seed_math-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f1868cd579f2279a37ef2c0f64860d1fce2ddb7c1e2b8f43925e6ad8682bb1a8
|
| 3 |
-
size 4088459616
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:52864303a7230ecc7994ecfd36ad5aceacfb594bfce7f83e52e139465c61f317
|
| 3 |
-
size 3808391520
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fd616cb0c1ce7c7d5bb0e8fdce156d4bb37929438fc74b91beed41d5a5d47114
|
| 3 |
-
size 3492368736
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ac96a7ad4f269a1be71f38800c28a18f716936229bf610f5b01c949eb78d4c34
|
| 3 |
-
size 4431391072
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8dddea5e28d4a1679dfe6c2b8f18d47df76548c8d14f64d0463d83892557f778
|
| 3 |
-
size 4683073888
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:341e2693473e8d72cf0891db8951ccd6fd8a4487553385981b54362c07b84143
|
| 3 |
-
size 4457769312
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:87c2ed8371e4a91b66b847c87150651c0ab9f3805aa5ff14796dc8e87498d435
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f3731a7002b0f71046d31e0dc583c39e826612db3d11f1ebca27703a1b69e5dd
|
| 3 |
-
size 5444831584
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:56a12a50300893d88a0a4637746f047f3aeee5696580f46adaa76696f9780368
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b2213eecafed4d4040658979f2c7e74d526c8351ac572561d73a49c65f898e8
|
| 3 |
-
size 6254199136
|
|
|
|
|
|
|
|
|
|
|
|
difficulty_sorting_easy_seed_math-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:29bf8f4f8c1d016cf3f77f335e9ff8105f9a62b138050542fac29f316cdb99c0
|
| 3 |
-
size 8098525536
|
|
|
|
|
|
|
|
|
|
|
|