Spaces:
Running
on
A10G
Running
on
A10G
FrozenBurning
commited on
Commit
•
bf37f92
1
Parent(s):
429a045
Update install.sh
Browse files- install.sh +1 -1
install.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
export CUDA_VERSION=$(nvcc --version| grep -Po "(\d+\.)+\d+" | head -1)
|
2 |
CURRENT=$(pwd)
|
3 |
-
for p in upfirdn2d; do
|
4 |
cd imaginaire/third_party/${p};
|
5 |
rm -rf build dist *info;
|
6 |
python setup.py install;
|
|
|
1 |
export CUDA_VERSION=$(nvcc --version| grep -Po "(\d+\.)+\d+" | head -1)
|
2 |
CURRENT=$(pwd)
|
3 |
+
for p in correlation channelnorm resample2d bias_act upfirdn2d; do
|
4 |
cd imaginaire/third_party/${p};
|
5 |
rm -rf build dist *info;
|
6 |
python setup.py install;
|