facebookresearch / audio2photoreal

Code and dataset for photorealistic Codec Avatars driven from audio
Other
2.7k stars 254 forks source link

Is it possible to run the demo in a laptop without GPU? #60

Closed clabra closed 6 months ago

clabra commented 7 months ago

Is there a way to run the demo in a laptop without GPU?. When I execute this in my MacOS BigSur 11.7.10., an error is raised:

python -m demo.demo running on... cpu

File ".... anaconda3/envs/audio2photoreal/lib/python3.9/site-packages/torch/cuda/init.py", line 239, in _lazy_init raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled

evonneng commented 7 months ago

Hi! I havent tried running on mac directly. If you only have access to cpu, I would suggest running using the google colab we have set up. There, you have access to at least 1 gpu and it should work with the command to install the environment. Hope this helps!

tonyabracadabra commented 3 months ago

Hi! I havent tried running on mac directly. If you only have access to cpu, I would suggest running using the google colab we have set up. There, you have access to at least 1 gpu and it should work with the command to install the environment. Hope this helps!

Just curious what does the latency look like for this project?

chikiuso commented 3 months ago

Good morning @evonneng , you mentioned the Colab notebook in previous message, may I have the link or copy of it? thanks!