Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e32b59a
1
Parent(s):
e4700ee
update
Browse files
setup.sh
CHANGED
@@ -18,7 +18,6 @@ pip install --force-reinstall -v "numpy==1.25.2"
|
|
18 |
# cd ..
|
19 |
|
20 |
|
21 |
-
echo "Setup completed successfully!"
|
22 |
|
23 |
echo "Installing other requirements..."
|
24 |
pip install -r requirements.txt
|
@@ -31,3 +30,4 @@ huggingface-cli download --resume-download ZhiyuanthePony/TriplaneTurbo \
|
|
31 |
--local-dir-use-symlinks False
|
32 |
|
33 |
pip install ./diso_package/diso-0.1.4-*.whl
|
|
|
|
18 |
# cd ..
|
19 |
|
20 |
|
|
|
21 |
|
22 |
echo "Installing other requirements..."
|
23 |
pip install -r requirements.txt
|
|
|
30 |
--local-dir-use-symlinks False
|
31 |
|
32 |
pip install ./diso_package/diso-0.1.4-*.whl
|
33 |
+
echo "Setup completed successfully!"
|