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="g0t4/ByteDance-Seed-Coder-8B-Base-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.

g0t4/ByteDance-Seed-Coder-8B-Base-GGUF

Based on https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Base

GGUF Conversion

python convert_hf_to_gguf.py --remote ByteDance-Seed/Seed-Coder-8B-Base \
    --outtype f16 --outfile ByteDance-Seed-Coder-8B-Base-f16.gguf

llama-quantize ByteDance-Seed-Coder-8B-Base-f16.gguf ByteDance-Seed-Coder-8B-Base-Q4_K_M.gguf Q4_K_M
llama-quantize ByteDance-Seed-Coder-8B-Base-f16.gguf ByteDance-Seed-Coder-8B-Base-Q8_0.gguf Q8_0

hf upload ByteDance-Seed-Coder-8B-Base-GGUF .
Downloads last month
6
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

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