Spaces:
Running
on
Zero
Running
on
Zero
File size: 337 Bytes
0b01b43 ef4d63e fccedc6 2b271fe 0b01b43 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
'''
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
'''
wget https://1ink.us/files/hidet-0.5.0-py3-none-any.whl
pip install hidet-0.5.0-py3-none-any.whl |