czh-98 / STAR

Official code for "STAR: Skeleton-aware Text-based 4D Avatar Generation with In-Network Motion Retargeting"
https://star-avatar.github.io/
Apache License 2.0
38 stars 4 forks source link

Version of mkl need to be fixed to `2024.0` in the installation instruction #2

Closed CM-BF closed 1 month ago

CM-BF commented 2 months ago

Hi,

Thank you for your fanatstic work! During the installation process, I faced an issue when running mim install mmcv==1.7.0:

envs/star/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent

which is caused by the removal of this symbol iJIT_NotifyEvent in the latest mkl package according to this post, and the solution is to pin mkl's version to 2024.0.

Hope it helps.

Best