Kayvan Sylvan

Results 72 comments of Kayvan Sylvan

> closing for inactivity, feel free to reopen if needed Not re-opening this, but I am wondering if there's any better documentation since this issue was opened.

https://github.com/suno-ai/bark/discussions/265

> As for Docker Desktop, does Rancher Desktop work on Windows? Yes. I use it daily on both Windows 10 and on Mac OS.

Maybe this is your issue? Use python 3.10 instead? https://stackoverflow.com/questions/75390224/why-pytorch-is-not-installing-on-windows-11-on-python-3-11

You could probably run it in RunPod, though, they have very cheap GPU instances (as low as around $0.79 per hour).

@cloudibis223 Is this maybe an instance of this issue? https://github.com/TimDettmers/bitsandbytes/issues/336 - Are you trying to run in WSL-Ubuntu?

I get the same 404 error. I can also confirm that the method outlined by @8chanAnon above works to get the metadata JSON file.

@mhamrah I didn't have to do the removal of the ssh keys, etc. I just added the needed line in /var/lib/boot2docker/profile and restarted docker. Thanks for the tip!

You could use it in WSL2 - in an Ubuntu WSL container, run: `sudo apt install wrk` And then: ``` $ wrk Usage: wrk Options: -c, --connections Connections to keep...

@insinfo > Do you know how to compile for native Windows? No, I don't. I haven't done it myself. But it's mostly C and Lua, and given a sufficiently POSIX-like...