Minor issues on the install when run as as ./setup.sh with options:
conda is not initalized in shells so trellis gets installed in current env.
pillow-simd installation can fail, some reqd pkgs, libjpeg-turbo zlib gxx_linux-64 are missing,
- results in double
pillow and pillow-simd installations
- if using conda, links to both conda and system libs
errs on `No Module Named 'torch' Dao-AILab/flash-attention#246
"$PLATFORM" = "cuda" with --new-env and --flexgemm | --nvdiffrast | --nvdiffrec
If machine CUDA != torch cuda, these fail, as they require compiling against torch's cuda version.
Env. Ubuntu 24.04 + Conda + Nvidia A6000 + Cuda 13.0
Minor issues on the install when run as as
./setup.shwith options:conda is not initalized in shells so trellis gets installed in current env.
pillow-simdinstallation can fail, some reqd pkgs,libjpeg-turbo zlib gxx_linux-64are missing,pillowandpillow-simdinstallationserrs on `No Module Named 'torch' Dao-AILab/flash-attention#246
If machine CUDA != torch cuda, these fail, as they require compiling against torch's cuda version.
Env. Ubuntu 24.04 + Conda + Nvidia A6000 + Cuda 13.0