Hunter Husar
Hunter Husar
@ljharb thanks for offering to debug, I ended up resolving the issue. I can verify that React Router 3 is playing nice with es5-sham. The issue was I had my...
@tsurowiec please let me know if this is an obvious error, I'm running my target and source db from docker.
I downgraded node-host but I'm not unable to get `:UpdateRemotePlugins` to work, @Kelvin-Chen did you run into the same issue per chance?
@Kelvin-Chen Thanks! That worked! Derp, I should have tried that. 🍻
@snoe I'm not using any plugins which require node-host 1.0.0.
@cbcoutinho I also fixed by `lein npm install`, thanks.
@EbaraKoji your solution seems as close as I can find anywhere, but I'm having some trouble building the gpu model on the first step `mps_model = AudioGen.get_pretrained('facebook/audiogen-medium', device='mps')` with the...
> I was able to get the model to run on MPS. Unfortunately, it just spits out garbled sounds for some reason. Using CPU with the same settings works fine...