Text Generation
GGUF
PyTorch
English
nvidia
AceInstruct
code
math
general_domain
instruct_model
TensorBlock
GGUF
conversational
Instructions to use tensorblock/AceInstruct-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/AceInstruct-7B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/AceInstruct-7B-GGUF", filename="AceInstruct-7B-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/AceInstruct-7B-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/AceInstruct-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/AceInstruct-7B-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/AceInstruct-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/AceInstruct-7B-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-7B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/AceInstruct-7B-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-7B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/AceInstruct-7B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/AceInstruct-7B-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/AceInstruct-7B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/AceInstruct-7B-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-7B-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/AceInstruct-7B-GGUF:Q2_K
- Ollama
How to use tensorblock/AceInstruct-7B-GGUF with Ollama:
ollama run hf.co/tensorblock/AceInstruct-7B-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/AceInstruct-7B-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-7B-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-7B-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-7B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/AceInstruct-7B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/AceInstruct-7B-GGUF:Q2_K
- Lemonade
How to use tensorblock/AceInstruct-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/AceInstruct-7B-GGUF:Q2_K
Run and chat with the model
lemonade run user.AceInstruct-7B-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- AceInstruct-7B-Q3_K_L.gguf +0 -3
- AceInstruct-7B-Q3_K_S.gguf +0 -3
- AceInstruct-7B-Q4_0.gguf +0 -3
- AceInstruct-7B-Q4_K_M.gguf +0 -3
- AceInstruct-7B-Q4_K_S.gguf +0 -3
- AceInstruct-7B-Q5_0.gguf +0 -3
- AceInstruct-7B-Q5_K_M.gguf +0 -3
- AceInstruct-7B-Q5_K_S.gguf +0 -3
- AceInstruct-7B-Q6_K.gguf +0 -3
- AceInstruct-7B-Q8_0.gguf +0 -3
AceInstruct-7B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:96533456162162aa7699bbd9cf335a73196af2634a0096d0d5103bf35b2ef52b
|
| 3 |
-
size 4088457120
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cb0c952d851949cf962a0dd9dde7a5974e632908461fb1a92dabcdff063e5447
|
| 3 |
-
size 3492366240
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e45fcb31de8f04d7f1053108d5de77808741096f239ceaade4e79a40387aa1db
|
| 3 |
-
size 4431388576
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e0490d50e6a94c6145451af19956fef990d9ac66d0c009ed863c87caf60afd98
|
| 3 |
-
size 4683071392
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0b6eeb1e87bc3066adba2aadda9393336d6b84f64a191474245c620e6fd61944
|
| 3 |
-
size 4457766816
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:57761cb537675d10f656b4c2fe891af38121343d59acb88b0d61d8e71c7fa2c0
|
| 3 |
-
size 5315174304
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dd80d09f13f7f7e78b2b4fbb3d71fb9aa3e9031dfd69ee84b76f0d6c7833de23
|
| 3 |
-
size 5444829088
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3e4c6fb875898666541463269e368b18c25f70618cb232af653c846ee38bc3e3
|
| 3 |
-
size 5315174304
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c7888a9ffa8240b05ae6a4be642c108678984b8652e8936b160cbcf58040f1af
|
| 3 |
-
size 6254196640
|
|
|
|
|
|
|
|
|
|
|
|
AceInstruct-7B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2c24b20930e4be5458c5d42f0e5c1ee1d000839419ba2ff2167badd1f6f12a39
|
| 3 |
-
size 8098523040
|
|
|
|
|
|
|
|
|
|
|
|