turandai / gaussian_surfels

Implementation of the SIGGRAPH 2024 conference paper "High-quality Surface Reconstruction using Gaussian Surfels".
501 stars 24 forks source link

environment.yml needs to specify mkl version #3

Closed Parskatt closed 4 months ago

Parskatt commented 5 months ago

Related issue:

https://github.com/pytorch/pytorch/issues/123097

For me it is solved by adding:

  - mkl=2024.0

to the environment.yml.

Parskatt commented 4 months ago

Actually I think the env file breaks for a lot of stuff, so maybe no point :D Made my own instead.