Markus Heimerl
Markus Heimerl
> Hi, I met the same problem. I tried to separately run the `mitsuba` code WITHOUT using the `multiprocessing` module, and the problem still remains. If I run only one...
Running into the same error on windows 11. I have cmake and make installed.
Im running into a similar problem. ``` pip install --use-pep51 git+https://github.com/NVIDIA/TransformerEngine.git@stable Collecting git+https://github.com/NVIDIA/TransformerEngine.git@stable Cloning https://github.com/NVIDIA/TransformerEngine.git (to revision stable) to /tmp/pip-req-build-6bdrrezv Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA/TransformerEngine.git /tmp/pip-req-build-6bdrrezv Running command...
Downloaded `https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.7/local_installers/12.x/cudnn-linux-x86_64-8.9.7.29_cuda12-archive.tar.xz/` ran ``` tar -xvf cudnn-linux-x86_64-8.9.7.29_cuda12-archive.tar.xz && cp cudnn-linux-x86_64-8.9.7.29_cuda12-archive/lib/libcudnn* /usr/local/cuda/lib64/ && cp cudnn-linux-x86_64-8.9.7.29_cuda12-archive/include/cudnn*.h /usr/local/cuda/include/ && ldconfig /usr/local/cuda/lib64 && cat /usr/local/cuda/include/cudnn_version.h | grep CUDNN_MAJOR -A 2 && pip install --use-pep51...
Now execution fails because "transformerengine_extras" can't be found...
I can confirm, manually integrating the changes of this pull requests, makes the jaxrenderer functional again.