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="createthis/DeepSeek-V3.2-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Created using https://github.com/createthis/llama.cpp/pull/31

This is an experimental branch. It is not finished and falls into degenerate generation after a few prompts.

NOTE: DS 3.2 does not come with a chat template. I use this one: https://gist.github.com/createthis/d5391047ce761c484f1ea93291bba507

Downloads last month
31
GGUF
Model size
672B params
Architecture
deepseek3_2
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