Skip to content

purinnohito/gguf_to_safetensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python gguf_to_safetensors.py --input mywait.gguf --output mywait.safetensors

Convert GGUF to safetensors

Specify the GGUF file to convert using --input and the desired safetensors filename using --output

Use --bf16 to save in BF16 precision (defaults to FP16 precision if not specified)


GGUFからsafetensorsへ変換する

変換したいGGUFファイルを--inputオプションで指定、 出力したいsafetensorsファイル名を--outputで指定

--bf16でsafetensorsファイルをBF16精度で保存(未指定時FP16精度)

About

Script to convert from GGUF format to safetensors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages