Heyhey. I was trying to run the huggingface/candle whisper example, but I receive the following error message while downloading the whisper model:
Error: I/O error No space left on device (os error 28)
Caused by:
No space left on device (os error 28)
On my system (NixOS 23.05), the /run/user/1000/ tmpfs is only 2.4G in size, which does not leave enough space for the entire model to be downloaded
Possible fix
Warn the user that the tmpfs may not be large enough and abort/store the file someplace else (/tmp?)