Spaces:
Sleeping
Sleeping
Update install.sh
Browse files- install.sh +0 -1
install.sh
CHANGED
@@ -12,7 +12,6 @@
|
|
12 |
git clone https://github.com/StanfordMIMI/Comp2Comp.git /home/user/app/C2C
|
13 |
cd /home/user/app/C2C
|
14 |
pip install -e .
|
15 |
-
pip install https://download.pytorch.org/whl/cu116/torch-1.13.1%2Bcu116-cp310-cp310-win_amd64.whl
|
16 |
|
17 |
# chmod +x bin/install.sh # Make install.sh executable
|
18 |
# ./bin/install.sh # Execute the installation script
|
|
|
12 |
git clone https://github.com/StanfordMIMI/Comp2Comp.git /home/user/app/C2C
|
13 |
cd /home/user/app/C2C
|
14 |
pip install -e .
|
|
|
15 |
|
16 |
# chmod +x bin/install.sh # Make install.sh executable
|
17 |
# ./bin/install.sh # Execute the installation script
|