metavoice-src icon indicating copy to clipboard operation
metavoice-src copied to clipboard

Windows fixes

Open addictivepixels opened this issue 11 months ago • 4 comments

addictivepixels avatar Mar 06 '24 22:03 addictivepixels

@addictivepixels thanks! a few merge conflicts, but @sidroopdaska will review soon o/w.

vatsalaggarwal avatar Mar 08 '24 08:03 vatsalaggarwal

this doesn't fix windows support as torch.compile is not supported on windows, so fast_inference_utils will need to be reworked

noita-player avatar Mar 10 '24 03:03 noita-player

@noita-player, can you assist here?

sidroopdaska avatar Mar 23 '24 18:03 sidroopdaska

my hack to run on windows via disabling torch.compile and triton flags resulted in 40sec gen times on a 4080 so IMO windows support should just be blocked by the huge perf wins: https://github.com/openai/triton/issues/1640 https://github.com/pytorch/pytorch/issues/122094

noita-player avatar Mar 23 '24 23:03 noita-player