kaolin
kaolin copied to clipboard
support PyTorch 2.6.0+rocm6.2.4
I have torch version 2.6.0+rocm6.2.4 on Linux and cant install kaolin.
git clone https://github.com/NVIDIAGameWorks/kaolin.git cd kaolin pip install . ... ImportError: Kaolin requires PyTorch >= 1.6.0, <= 2.6.0. Please install it before proceeding.
How to fix it?
Hi @procxela , please try with: export IGNORE_TORCH_VER=1
Do mind that this is untested withy rocm
Stale issue, please reopen if still relevant