Skip to content
New issue

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

any support for Mac M1? #7

Closed
metaphysician opened this issue Oct 1, 2022 · 3 comments
Closed

any support for Mac M1? #7

metaphysician opened this issue Oct 1, 2022 · 3 comments

Comments

@metaphysician
Copy link

congrats on an amazing achievement! i'm on a MacStudio M1 Max with 64 GB of shared RAM so i can run it on 16GB. can this be run as is or has anyone actually tried running it on a Mac M1/M2? if not is there any plan for a Google Colab version? also wondering if there's a forum to get info from others trying this out?

@SteveJunGao
Copy link
Collaborator

Hi @metaphysician,

We developed our model on the Linux system and haven't tried it on Mac M1/M2, as the code requires CUDA enabled Nvidia graphics card, and Mac doesn't have it. You can always run this code with a cloud service provider that has GPU access.

We do have a plan for a Google Colab to test our model, but we need to first make sure we can go through the license restrictions from our training dataset. If we are able to release it, then I will update this GitHub repo and provide a link for the trial.

Thanks for your interest in GET3D, and let me know if you have other questions!

@metaphysician
Copy link
Author

thanks for the reply @SteveJunGao - i did read that earlier this year PyTorch now supports Apple Silicon over here:
https://sebastianraschka.com/blog/2022/pytorch-m1-gpu.html

however, i don't know if other dependencies are required in the code that currently don't support M1/M2. at any rate i'll stay tuned for the Google Colab possibility. cheers!

@SteveJunGao
Copy link
Collaborator

Thank you!

We do have some custom cuda kernels that may not be able to use M1/M2 chips, e.g. nvdiffrast, grid_sample_gradfix, conv2d_gradfix, extending these cuda kernels to M1/M2 chips is beyond the effort of our project.

I will try to upload the Google Colab if there are no restrictions on the license. Stay tuned!

Close the issue for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants