Open ACFIRSTONE opened 1 year ago
I solved this bug by upgrading gcc from 7 to 9,But there is a new bug
Traceback (most recent call last):
File "train.py", line 229, in
You have to specify your Cuda version before compiling cumm and spconv-plus.
export CUMM_CUDA_VERSION="your cuda version"
export CUMM_DISABLE_JIT="1"
export SPCONV_DISABLE_JIT="1"
Now you can rebuild and install cumm and spconv-plus from source. It should work fine.
cuda 113, python 3.8, pytorch 1.11.0, spconv-plus 2.1.21