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="nopperl/chameleon-7b-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

chameleon-7b-GGUF

This repo contains GGUF files of the chameleon-7b model. These files can be used for inference using llama.cpp and derivative software such as ollama and LM Studio.

Note: The GGUF files do not include the image tokenizer (VQ-VAE model) and thus can only be used for text-only inference.

Downloads last month
106
GGUF
Model size
7B params
Architecture
chameleon
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

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