Skip to content

Downloading model fails due to lack of space in /run/user/$UID #9

@fluunke

Description

@fluunke

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions