Spaces:
Running
on
Zero
Running
on
Zero
Update hidet.sh
Browse files
hidet.sh
CHANGED
@@ -6,5 +6,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 uninstall hidet
|
10 |
pip install --use-pep517 --editable .
|
|
|
6 |
cmake ..
|
7 |
make -j4
|
8 |
cd .. # return to the root directory of Hidet
|
9 |
+
#pip uninstall hidet
|
10 |
pip install --use-pep517 --editable .
|