GGUF
conversational
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="IndexTeam/Index-1.9B-Character-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

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
102
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