Text Generation
GGUF
PyTorch
English
nvidia
AceInstruct
code
math
general_domain
instruct_model
TensorBlock
GGUF
conversational
Instructions to use tensorblock/AceInstruct-1.5B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/AceInstruct-1.5B-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/AceInstruct-1.5B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/AceInstruct-1.5B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/AceInstruct-1.5B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/AceInstruct-1.5B-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/AceInstruct-1.5B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/AceInstruct-1.5B-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/AceInstruct-1.5B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/AceInstruct-1.5B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/AceInstruct-1.5B-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/AceInstruct-1.5B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/AceInstruct-1.5B-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/AceInstruct-1.5B-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/AceInstruct-1.5B-GGUF:Q2_K
- Ollama
How to use tensorblock/AceInstruct-1.5B-GGUF with Ollama:
ollama run hf.co/tensorblock/AceInstruct-1.5B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/AceInstruct-1.5B-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/AceInstruct-1.5B-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/AceInstruct-1.5B-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/AceInstruct-1.5B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/AceInstruct-1.5B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/AceInstruct-1.5B-GGUF:Q2_K
- Lemonade
How to use tensorblock/AceInstruct-1.5B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/AceInstruct-1.5B-GGUF:Q2_K
Run and chat with the model
lemonade run user.AceInstruct-1.5B-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- AceInstruct-1.5B-Q3_K_L.gguf +0 -3
- AceInstruct-1.5B-Q3_K_M.gguf +0 -3
- AceInstruct-1.5B-Q3_K_S.gguf +0 -3
- AceInstruct-1.5B-Q4_0.gguf +0 -3
- AceInstruct-1.5B-Q4_K_M.gguf +0 -3
- AceInstruct-1.5B-Q4_K_S.gguf +0 -3
- AceInstruct-1.5B-Q5_0.gguf +0 -3
- AceInstruct-1.5B-Q5_K_M.gguf +0 -3
- AceInstruct-1.5B-Q5_K_S.gguf +0 -3
- AceInstruct-1.5B-Q6_K.gguf +0 -3
- AceInstruct-1.5B-Q8_0.gguf +0 -3
AceInstruct-1.5B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9fd04463573545ea4c1112eecdc300ec74f2453ab0cac406207fd07ba9a96c01
|
| 3 |
-
size 980438048
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c13e7a93cda07c0efae10890e0528b05f1082ed945aea270f3e171ba638a0b98
|
| 3 |
-
size 924453920
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7930098e91203dbe4239b5e1724d6da7cfcd4739d8ba0e102dd520e1446185ef
|
| 3 |
-
size 861219872
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9302296511672a5b3fddb1ecfa9c68d9108f3dd1820450fe7c6c62143d536a7e
|
| 3 |
-
size 1066225184
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:40286f83a4305d21caa09ea7f542ebac0beb69a9f782a67415da60a63a6c165e
|
| 3 |
-
size 1117318688
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c1a67e8d93d0e891f3b8dda3e26f3bf4d89f73e25216657aa51d4e1ab1adc0e7
|
| 3 |
-
size 1071582752
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ca3d062f5f17d06f6d35b70a4bef73324438dec346174908ae1c9c373e629b9e
|
| 3 |
-
size 1259171360
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:85ee704b06b3ad4b5a6b2168e6da81b9ccdcd965d1f137e50edc3c24385fedbb
|
| 3 |
-
size 1285492256
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:566928c9c0c3ea33405cde6f1a775e02837a4fa8325a8d1849764fe35b499b50
|
| 3 |
-
size 1259171360
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dcd12f4213887a841a13b26ff0617fdc7800c52dc9bec7f91630f0b30f421f44
|
| 3 |
-
size 1464176672
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-1.5B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ec3e7d240ec039154873ebf2d16d63f9c570b60d0a663418159e7cbf14a26a9a
|
| 3 |
-
size 1894530080
|
|
|
|
|
|
|
|
|
|
|
|