How to use from
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 electron271/graig-experiment-3:
# Run inference directly in the terminal:
llama cli -hf electron271/graig-experiment-3:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf electron271/graig-experiment-3:
# Run inference directly in the terminal:
llama cli -hf electron271/graig-experiment-3:
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 electron271/graig-experiment-3:
# Run inference directly in the terminal:
./llama-cli -hf electron271/graig-experiment-3:
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 electron271/graig-experiment-3:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf electron271/graig-experiment-3:
Use Docker
docker model run hf.co/electron271/graig-experiment-3:
Quick Links

i am not responsible for anything said by this model

do not use this in public deployments

if you are using ollama download https://huggingface.co/electron271/graig-experiment-3/blob/main/Modelfile and run ollama create graig-experiment-3 in the same folder as the modelfile

Downloads last month
40
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with electron271/graig-experiment-3.

Model tree for electron271/graig-experiment-3

Quantized
(32)
this model

Dataset used to train electron271/graig-experiment-3

Collection including electron271/graig-experiment-3