Spaces:
Running
on
Zero
Running
on
Zero
git clone https://github.com/ford442/hidet -b thread | |
cd hidet | |
mkdir build | |
cd build | |
cp ../config.cmake . # copy the cmake config to build directory | |
cmake .. | |
make -j4 | |
cd .. # return to the root directory of Hidet | |
pip uninstall hidet | |
pip install --use-pep517 --editable . |