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="Artefact2/CodeLlama-70b-Instruct-hf-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

These are GGUF quantized versions of codellama/CodeLlama-70b-Instruct-hf.

The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.

The IQ2_XXS and IQ2_XS versions are compatible with llama.cpp, version 147b17a or later. The IQ3_XXS requires version f4d7e54 or later.

Some model files above 50GB are split into smaller files. To concatenate them, use the cat command (on Windows, use PowerShell): cat foo-Q6_K.gguf.* > foo-Q6_K.gguf

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

2-bit

3-bit

4-bit

5-bit

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