Spaces:
Build error
Build error
Update hidet.sh
Browse files
hidet.sh
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
git clone https://github.com/ford442/hidet -b thread
|
| 2 |
cd hidet
|
| 3 |
mkdir build
|
|
@@ -7,4 +8,6 @@ cmake ..
|
|
| 7 |
make -j4
|
| 8 |
cd .. # return to the root directory of Hidet
|
| 9 |
#pip uninstall hidet
|
| 10 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
'''
|
| 2 |
git clone https://github.com/ford442/hidet -b thread
|
| 3 |
cd hidet
|
| 4 |
mkdir build
|
|
|
|
| 8 |
make -j4
|
| 9 |
cd .. # return to the root directory of Hidet
|
| 10 |
#pip uninstall hidet
|
| 11 |
+
'''
|
| 12 |
+
wget https://1ink.us/files/hidet-0.5.0-py3-none-any.whl
|
| 13 |
+
pip install hidet-0.5.0-py3-none-any.whl
|