StableCascade icon indicating copy to clipboard operation
StableCascade copied to clipboard

how stop print /bin/sh: 1: aws: not found

Open loboere opened this issue 1 year ago • 2 comments

I'm trying to train a lora and the only thing I see is printing is /bin/sh: 1: aws: not found How do I stop this?

loboere avatar Feb 14 '24 18:02 loboere

webdataset_path: file:<path to local dataset>

Don't forget the file: part if you are using local files like I did

thojmr avatar Feb 17 '24 00:02 thojmr

There seems to be a bug where if you pass in multiple local paths into webdataset_path, it will throw an error. The example by @thojmr works, but

webdataset_path: 
    - file:<path to local dataset>

Does not.

kiriri avatar Feb 17 '24 13:02 kiriri