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

Torch not compiled with CUDA enabled #55

Open
liftyourgame opened this issue Dec 30, 2024 · 0 comments
Open

Torch not compiled with CUDA enabled #55

liftyourgame opened this issue Dec 30, 2024 · 0 comments

Comments

@liftyourgame
Copy link

I'm on MacOS on Apple Silicon. It has no NVIDIA. I understand CUDA is only for NVIDIA.

When I run:

python3 main.py \
    --text_prompt "a lovely rabbit" \
    --save_folder ./outputs/test/ \
    --max_faces_num 90000 \
    --do_texture_mapping \
    --do_render

I get:

  File "/Users/greg/miniconda/lib/python3.12/site-packages/torch/cuda/__init__.py", line 293, in _lazy_init
    raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled

Can I use Hunyuan3D without CUDA? Anyone else using it on a M1 Mac?

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

1 participant