kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

support PyTorch 2.6.0+rocm6.2.4

Open procxela opened this issue 8 months ago • 2 comments

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?

procxela avatar Apr 04 '25 20:04 procxela

Hi @procxela , please try with: export IGNORE_TORCH_VER=1

Do mind that this is untested withy rocm

Caenorst avatar Apr 07 '25 20:04 Caenorst

Stale issue, please reopen if still relevant

github-actions[bot] avatar Jun 06 '25 21:06 github-actions[bot]