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="lovedheart/Seed-OSS-36B-Instruct-GGUF",
	filename="IQ2_XXS/Seed-OSS-36B-Instruct-IQ2_XXS.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Use Unsloth BF16 to quantize

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

2-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for lovedheart/Seed-OSS-36B-Instruct-GGUF

Quantized
(39)
this model