Instructions to use tensorblock/multiple_samples_none_numina_aime-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/multiple_samples_none_numina_aime-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/multiple_samples_none_numina_aime-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/multiple_samples_none_numina_aime-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/multiple_samples_none_numina_aime-GGUF", filename="multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/multiple_samples_none_numina_aime-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/multiple_samples_none_numina_aime-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/multiple_samples_none_numina_aime-GGUF with Ollama:
ollama run hf.co/tensorblock/multiple_samples_none_numina_aime-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-GGUF to start chatting
- Pi
How to use tensorblock/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-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/multiple_samples_none_numina_aime-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/multiple_samples_none_numina_aime-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/multiple_samples_none_numina_aime-GGUF:Q2_K
- Lemonade
How to use tensorblock/multiple_samples_none_numina_aime-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/multiple_samples_none_numina_aime-GGUF:Q2_K
Run and chat with the model
lemonade run user.multiple_samples_none_numina_aime-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- multiple_samples_none_numina_aime-Q3_K_L.gguf +0 -3
- multiple_samples_none_numina_aime-Q3_K_M.gguf +0 -3
- multiple_samples_none_numina_aime-Q3_K_S.gguf +0 -3
- multiple_samples_none_numina_aime-Q4_0.gguf +0 -3
- multiple_samples_none_numina_aime-Q4_K_M.gguf +0 -3
- multiple_samples_none_numina_aime-Q4_K_S.gguf +0 -3
- multiple_samples_none_numina_aime-Q5_0.gguf +0 -3
- multiple_samples_none_numina_aime-Q5_K_M.gguf +0 -3
- multiple_samples_none_numina_aime-Q5_K_S.gguf +0 -3
- multiple_samples_none_numina_aime-Q6_K.gguf +0 -3
- multiple_samples_none_numina_aime-Q8_0.gguf +0 -3
multiple_samples_none_numina_aime-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:68f7000fe6b6d69708cf7647c070d8afe3e0724a00aa14014e448d648072e8d3
|
| 3 |
-
size 4088459616
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eb12deff99087549634e5e335b1c0ae1b1bdb176bc54bf5d5cd5905c5ac7ec07
|
| 3 |
-
size 3808391520
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b30dd342c282521c5ec789a2d562c75d0ad23085db8224cc3698a0eb9f2e2021
|
| 3 |
-
size 3492368736
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:202862ed5c525da1e5b4320e76701c9284c74198ebff1ce19118d405ee29b02c
|
| 3 |
-
size 4431391072
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2a24fd55804e59f125ae819d70f999ff1fca5a62e529aed1a078a57e4f941299
|
| 3 |
-
size 4683073888
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6602f45cb01d69758cb988f786c763d0cf3a9666a204b70f111022be04e76a02
|
| 3 |
-
size 4457769312
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9ba8f6df91895c7aede08bd527354d1bdf5184f007e6269cd9b9da9c8f83007f
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f5391ea40cbfa9705629c7c6631ce23a53b4101fb3fcf12fde15fb820c85fbd4
|
| 3 |
-
size 5444831584
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5500b641f6ae006557453bc9b1689e91182a9322908b18e9436021aa5af1f16a
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:521ab3850929196fb4606ade513187c07d811bcbd5281c6fea5053fb223e72e8
|
| 3 |
-
size 6254199136
|
|
|
|
|
|
|
|
|
|
|
|
multiple_samples_none_numina_aime-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fa49bf3c144a36f1d689772302ea56d7d9b718187d6a601cd5d5b41c3f7fad83
|
| 3 |
-
size 8098525536
|
|
|
|
|
|
|
|
|
|
|
|