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精度)