Damon Reed

Results 3 comments of Damon Reed

Looking at ./requirements.txt, we're pointed by --find-links to https://download.pytorch.org/whl/torch_stable.html. There are (understandably) no mac architecture builds for the cuda drivers, thus the failure. I edited the two cuda specific lines...

#45 also references this fix, but leaves out the --force option, which seems to be required if you need to backrev from a broken version. Hopefully we'll see a fix...

Also, specifically for my Mac peeps: the new gradio app in the latest commit was specifically tested on M2 Max, and I was able to get it up and running...