Instructions to use tensorblock/AceMath-1.5B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/AceMath-1.5B-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/AceMath-1.5B-Instruct-GGUF", filename="AceMath-1.5B-Instruct-Q2_K.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/AceMath-1.5B-Instruct-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/AceMath-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/AceMath-1.5B-Instruct-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/AceMath-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/AceMath-1.5B-Instruct-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/AceMath-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/AceMath-1.5B-Instruct-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/AceMath-1.5B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/AceMath-1.5B-Instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/AceMath-1.5B-Instruct-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/AceMath-1.5B-Instruct-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/AceMath-1.5B-Instruct-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/AceMath-1.5B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/AceMath-1.5B-Instruct-GGUF:Q2_K
- Ollama
How to use tensorblock/AceMath-1.5B-Instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/AceMath-1.5B-Instruct-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/AceMath-1.5B-Instruct-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/AceMath-1.5B-Instruct-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/AceMath-1.5B-Instruct-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/AceMath-1.5B-Instruct-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/AceMath-1.5B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/AceMath-1.5B-Instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/AceMath-1.5B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/AceMath-1.5B-Instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.AceMath-1.5B-Instruct-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- AceMath-1.5B-Instruct-Q3_K_L.gguf +0 -3
- AceMath-1.5B-Instruct-Q3_K_M.gguf +0 -3
- AceMath-1.5B-Instruct-Q3_K_S.gguf +0 -3
- AceMath-1.5B-Instruct-Q4_0.gguf +0 -3
- AceMath-1.5B-Instruct-Q4_K_M.gguf +0 -3
- AceMath-1.5B-Instruct-Q4_K_S.gguf +0 -3
- AceMath-1.5B-Instruct-Q5_0.gguf +0 -3
- AceMath-1.5B-Instruct-Q5_K_M.gguf +0 -3
- AceMath-1.5B-Instruct-Q5_K_S.gguf +0 -3
- AceMath-1.5B-Instruct-Q6_K.gguf +0 -3
- AceMath-1.5B-Instruct-Q8_0.gguf +0 -3
AceMath-1.5B-Instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c667fbf5b363c6e693fdc08cf81841b616a53a6051a3dab316530b7083a401c8
|
| 3 |
-
size 980438272
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:89ac26460cb250187e33ca82640d8831c6d7b1d479f2533b9ce40873fb4ced9e
|
| 3 |
-
size 924454144
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c581602f393a9a51abf3db6bd342fc32b81a2b7bc22a65458a227b83b8f54e17
|
| 3 |
-
size 861220096
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0cd7b25d67ea09226e0fd767282665deb59edb628cfea4fe30d575a53d59b159
|
| 3 |
-
size 1066225408
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:82f8e0455e092ff6fa8d1af1e84a4a619240288025d32825c12d606418014566
|
| 3 |
-
size 1117318912
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fad95b29a69b3d60e0b9bdfe2e53c1ca289ff461009767c23224fc2f9bc6c93b
|
| 3 |
-
size 1071582976
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f00d7da1ab3bcb94833843bcd203850a0971810350f5b50ae54cc7007eb1fa1c
|
| 3 |
-
size 1259171584
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:560ad71b6d192ead5099400e9cb288ad1bad838e52937332c1617ffd9351c2b3
|
| 3 |
-
size 1285492480
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6a782ef5662ec15112eab01484bb62244243d19f69ac2a3f5011491d20add9d1
|
| 3 |
-
size 1259171584
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b8202c73568c53077b9429a50cf32a968f64b09986585023d98392e21c68434
|
| 3 |
-
size 1464176896
|
|
|
|
|
|
|
|
|
|
|
|
AceMath-1.5B-Instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ccb64019501109cee829dea36557eda83e50ade93b355d1e0afb0b963b262c7b
|
| 3 |
-
size 1894530304
|
|
|
|
|
|
|
|
|
|
|
|