mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-21 02:29:23 +01:00
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11542009 * mmcv-full<=1.7.0 for mmdet3d * fix code style issue * add speechbrain==0.5.7 * add compatible comments
9 lines
379 B
Bash
9 lines
379 B
Bash
export CMAKE_BUILD_PARALLEL_LEVEL=36 && export MAX_JOBS=36 && export TCNN_CUDA_ARCHITECTURES="50;52;60;61;70;75;80;86" \
|
|
&& git clone --recursive https://github.com/nvlabs/tiny-cuda-nn \
|
|
&& cd tiny-cuda-nn \
|
|
&& git checkout v1.6 \
|
|
&& cd bindings/torch \
|
|
&& python setup.py install \
|
|
&& cd ../../.. \
|
|
&& rm -rf tiny-cuda-nn
|