Spaces:
Sleeping
Sleeping
Create hidet.sh
Browse files
hidet.sh
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git clone https://github.com/ford442/hidet
|
2 |
+
cd hidet
|
3 |
+
mkdir build
|
4 |
+
cd build
|
5 |
+
cp ../config.cmake . # copy the cmake config to build directory
|
6 |
+
cmake ..
|
7 |
+
make -j4
|
8 |
+
cd .. # return to the root directory of Hidet
|
9 |
+
pip install -e .
|