Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
d72c7f6
1
Parent(s):
6a5ad9d
update
Browse files
setup.sh
CHANGED
@@ -5,9 +5,6 @@ pip install torch==2.2.0+cu121 torchvision==0.17.0+cu121 torchaudio==2.2.0+cu121
|
|
5 |
echo "Reinstalling NumPy with specific version..."
|
6 |
pip install --force-reinstall -v "numpy==1.25.2"
|
7 |
|
8 |
-
echo "Installing other requirements..."
|
9 |
-
pip install -r requirements.txt
|
10 |
-
|
11 |
|
12 |
# Compile and install DISO package
|
13 |
echo "Compiling and installing DISO..."
|
@@ -17,4 +14,7 @@ cd diso
|
|
17 |
pip install -e .
|
18 |
cd ..
|
19 |
|
20 |
-
echo "Setup completed successfully!"
|
|
|
|
|
|
|
|
5 |
echo "Reinstalling NumPy with specific version..."
|
6 |
pip install --force-reinstall -v "numpy==1.25.2"
|
7 |
|
|
|
|
|
|
|
8 |
|
9 |
# Compile and install DISO package
|
10 |
echo "Compiling and installing DISO..."
|
|
|
14 |
pip install -e .
|
15 |
cd ..
|
16 |
|
17 |
+
echo "Setup completed successfully!"
|
18 |
+
|
19 |
+
echo "Installing other requirements..."
|
20 |
+
pip install -r requirements.txt
|