export CUMM_CUDA_VERSION="11.4"
export CUMM_DISABLE_JIT="1"
export CUMM_CUDA_ARCH_LIST="8.7"
git clone -b v0.2.8 https://github.com/FindDefinition/cumm
cd cumm
python setup.py bdist_wheel
I did this and then got an error
cumm/cumm/common.py", line 232, in init
self.build_meta.includes.append(TENSORVIEW_INCLUDE_PATH)
AttributeError: 'BuildMeta' object has no attribute 'includes'