We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using current repository with Mac M1 is currently a pain in the ass.
However, I've managed to do so while Mac M1 is at start and torch is not finest solution so far.
To install torch on Mac m1: https://naturale0.github.io/machine%20learning/setting-up-m1-mac-for-both-tensorflow-and-pytorch
To fix port audio issue on Mac m1 when running demo_utils.py
brew(x86) uninstall portaudio brew(x86) install portaudio --HEAD
And also, please remember to remove umap, it's there without any reason.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using current repository with Mac M1 is currently a pain in the ass.
However, I've managed to do so while Mac M1 is at start and torch is not finest solution so far.
To install torch on Mac m1:
https://naturale0.github.io/machine%20learning/setting-up-m1-mac-for-both-tensorflow-and-pytorch
To fix port audio issue on Mac m1 when running demo_utils.py
brew(x86) uninstall portaudio
brew(x86) install portaudio --HEAD
And also, please remember to remove umap, it's there without any reason.
The text was updated successfully, but these errors were encountered: