Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
41f5c58
1
Parent(s):
e32b59a
update
Browse files
setup.sh
CHANGED
@@ -22,7 +22,7 @@ pip install --force-reinstall -v "numpy==1.25.2"
|
|
22 |
echo "Installing other requirements..."
|
23 |
pip install -r requirements.txt
|
24 |
|
25 |
-
|
26 |
echo "Installing pre-compiled DISO wheel package..."
|
27 |
huggingface-cli download --resume-download ZhiyuanthePony/TriplaneTurbo \
|
28 |
--include "diso-0.1.4-*.whl" \
|
@@ -31,3 +31,6 @@ huggingface-cli download --resume-download ZhiyuanthePony/TriplaneTurbo \
|
|
31 |
|
32 |
pip install ./diso_package/diso-0.1.4-*.whl
|
33 |
echo "Setup completed successfully!"
|
|
|
|
|
|
|
|
22 |
echo "Installing other requirements..."
|
23 |
pip install -r requirements.txt
|
24 |
|
25 |
+
|
26 |
echo "Installing pre-compiled DISO wheel package..."
|
27 |
huggingface-cli download --resume-download ZhiyuanthePony/TriplaneTurbo \
|
28 |
--include "diso-0.1.4-*.whl" \
|
|
|
31 |
|
32 |
pip install ./diso_package/diso-0.1.4-*.whl
|
33 |
echo "Setup completed successfully!"
|
34 |
+
|
35 |
+
# just to install again in case dependency error
|
36 |
+
pip install huggingface_hub==0.24.7
|