Views
No views yet
1python convert_hf_to_gguf.py --remote ByteDance-Seed/Seed-Coder-8B-Base \
2 --outtype f16 --outfile ByteDance-Seed-Coder-8B-Base-f16.gguf
3
4llama-quantize ByteDance-Seed-Coder-8B-Base-f16.gguf ByteDance-Seed-Coder-8B-Base-Q4_K_M.gguf Q4_K_M
5llama-quantize ByteDance-Seed-Coder-8B-Base-f16.gguf ByteDance-Seed-Coder-8B-Base-Q8_0.gguf Q8_0
6
7hf upload ByteDance-Seed-Coder-8B-Base-GGUF .