safetensors size
#1
by
Neman
- opened
Why is model safetensors file in this repo larger then one of https://huggingface.co/HKUST-Audio/Llasa-3B/tree/main? (~14GB vs 8GB)
not sure actually. thats a good point. But all i did was load it into transformers and do save_pretrained
I run your code (from spaces) with HKUST-Audio Llasa-3B and xcodec2 from your repo (it is in safetensors format) and it works fine.
In any case, thank you.
Neman
changed discussion status to
closed
I realised why, its because it saved in float 32 for some reason, will reupload with float 16