Closed jaeyeol816 closed 1 year ago
Ok thanks for the PR. Tbh i never find this pytorch installation to be reliable and just install it directly:
pip install torch==1.11.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
I‘m sorry that it did not work on my computer again. torch1.11.0
I‘m sorry that it did not work on my computer again. torch1.11.0
Mee tooooo.
As discussed in #106 issue , Currently,
pip install
step tends to occur unknown build error. I figured out that it was due to pytorch version mismatch.Need to specify pytorch version to 1.11.0 in
environment.yml
. After changing, the installation, optimizing, and rendering step all worked fine.