How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
llama-cli -hf hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
llama-cli -hf hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
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 hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
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 hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
Use Docker
docker model run hf.co/hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF:Q8_0
Quick Links

HPC-Coder-v2-6.7b-Q8_0-GGUF

This is the HPC-Coder-v2-6.7b model with 8 bit quantized weights in the GGUF format that can be used with llama.cpp. Refer to the original model card for more details on the model.

Use with llama.cpp

See the llama.cpp repo for installation instructions. You can then use the model as:

llama-cli --hf-repo hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF --hf-file hpc-coder-v2-6.7b-q8_0.gguf -r "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:" --in-prefix "\n" --in-suffix "\n### Response:\n" -c 8096 -p "your prompt here"
Downloads last month
10
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF

Quantized
(5)
this model

Collection including hpcgroup/hpc-coder-v2-6.7b-Q8_0-GGUF