GGUF
conversational
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 IndexTeam/Index-1.9B-Character-GGUF:
# Run inference directly in the terminal:
llama cli -hf IndexTeam/Index-1.9B-Character-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf IndexTeam/Index-1.9B-Character-GGUF:
# Run inference directly in the terminal:
llama cli -hf IndexTeam/Index-1.9B-Character-GGUF:
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 IndexTeam/Index-1.9B-Character-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf IndexTeam/Index-1.9B-Character-GGUF:
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 IndexTeam/Index-1.9B-Character-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf IndexTeam/Index-1.9B-Character-GGUF:
Use Docker
docker model run hf.co/IndexTeam/Index-1.9B-Character-GGUF:
Quick Links

Index-1.9B-Character-GGUF

This repository is the GGUF version of Index-1.9B-Character, which adapts to llama.cpp and also provides ModelFile adaptation for Ollma.

For usage and related codes, please see Index-1.9B/roleplay

For more details, see our GitHub and Index-1.9B Technical Report

Downloads last month
449
GGUF
Model size
2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support