# InfiniTensor ## Compilation on Lotus ``` bash # Enter the root of InfiniTensor source test/script/env_lotus.sh mkdir build && cd build cmake .. && make -j 12 ```