Robert Fuchs
Robert Fuchs
I can also confirm both issues happen to me when using SAMBA.
This comment fixes the bitsandbytes issue: https://github.com/kohya-ss/sd-scripts/issues/44#issuecomment-1375690372 I've also run into this paging file issue. After doing some profiling, I've found at the start of each epoch, the program tries...
Normally yes, but I've also tried lowering the number of threads and it still spawns 8, so it seems to be independent of accelerate.
> @TheDevelo If running LORA, try changing the line here to some static number (2?): > > https://github.com/kohya-ss/sd-scripts/blob/bf691aef69d883e4d9e61104609b479ba3be9aad/train_network.py#L129 Yep, seems that's the issue. Changed it to 1 and now it...