Skip to content

feedback: successful installation and first dataset encoding x64, arch, cuda, 5090 #1

@DennisLoska

Description

@DennisLoska

Hey, had a bit of a rough time to make things work so I want to share the exact steps which worked for me:

This did not work, as I was missing stable-audio-tools, flash-attn and webdataset:

./install.sh
./run.sh

After many retries I got this sequence of commands working:

./install.sh

# install missing dependencies
uv pip install stable-audio-tools

# if this fails you need to sort out your gcc and nvcc compiler situation
uv pip install flash-attn==2.8.3 --no-build-isolation

# install more missing deps
uv pip install webdataset
uv pip install PyWavelets --no-binary PyWavelets --force-reinstall --no-cache
./run.sh

Note that uv pip install flash-attn==2.8.3 --no-build-isolation is highly platform specific as it will get compiled on your mashine so good luck!

All the other commands were rather straight forward hope this helps🙌

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions