Instructions to use tensorblock/multiple_samples_sharpening_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_sharpening_numina_aime-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/multiple_samples_sharpening_numina_aime-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/multiple_samples_sharpening_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_sharpening_numina_aime-GGUF", filename="multiple_samples_sharpening_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_sharpening_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_sharpening_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/multiple_samples_sharpening_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_sharpening_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/multiple_samples_sharpening_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_sharpening_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/multiple_samples_sharpening_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_sharpening_numina_aime-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/multiple_samples_sharpening_numina_aime-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/multiple_samples_sharpening_numina_aime-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/multiple_samples_sharpening_numina_aime-GGUF with Ollama:
ollama run hf.co/tensorblock/multiple_samples_sharpening_numina_aime-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/multiple_samples_sharpening_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_sharpening_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_sharpening_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_sharpening_numina_aime-GGUF to start chatting
- Pi
How to use tensorblock/multiple_samples_sharpening_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_sharpening_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_sharpening_numina_aime-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/multiple_samples_sharpening_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_sharpening_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_sharpening_numina_aime-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/multiple_samples_sharpening_numina_aime-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/multiple_samples_sharpening_numina_aime-GGUF:Q2_K
- Lemonade
How to use tensorblock/multiple_samples_sharpening_numina_aime-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/multiple_samples_sharpening_numina_aime-GGUF:Q2_K
Run and chat with the model
lemonade run user.multiple_samples_sharpening_numina_aime-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- multiple_samples_sharpening_numina_aime-Q3_K_L.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q3_K_M.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q3_K_S.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q4_0.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q4_K_M.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q4_K_S.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q5_0.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q5_K_M.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q5_K_S.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q6_K.gguf +0 -3
- multiple_samples_sharpening_numina_aime-Q8_0.gguf +0 -3
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:419193dda2845aa4ba4e1741f57023c7430991eb82ac83575958afd464535332
|
| 3 |
-
size 4088459616
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:39cf33cf8dbb2ed61c90e0bb10fbaaccfcadeef25acb0f10de5f36dcff62da26
|
| 3 |
-
size 3808391520
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8a31362c6d6f4a00187fe8b04937c1d70d79445078704b42e423796eb7180805
|
| 3 |
-
size 3492368736
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6f59f5edc631819618829d7385e282bed5a14fd2feb7481b8c6f36dc66fa19a2
|
| 3 |
-
size 4431391072
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5dfbd84e6356674bc8eb09ccf415d0e05a2f91d47f81621a986b6ed553b08556
|
| 3 |
-
size 4683073888
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86a37060f4033bfd85ca51086e121252b744c8969d7be86077fdbda3f8e36c5d
|
| 3 |
-
size 4457769312
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7cbcb6414ea32067f53c1dbf3807ef305f39d15f0d95509de82cedd67cae5a4f
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4f90a67af07983678a4ab7b19570fc844453acdcd29674407364e8eea536f4ed
|
| 3 |
-
size 5444831584
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:263058eed3652565afee3928c637774bd6d553750a05984cfd540b820edb5a3e
|
| 3 |
-
size 5315176800
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d17bcc24977e71a817b61490b76eefd3cedbe134ed5e1206a5294516fe94c14c
|
| 3 |
-
size 6254199136
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:45eb43986feec229c20955277d3a8d44973dfdb364b67bf48f52928b2290ec46
|
| 3 |
-
size 8098525536
|
|
|
|
|
|
|
|
|
|
|
|