Spaces:
Sleeping
Sleeping
Update install.sh
Browse files- install.sh +2 -0
install.sh
CHANGED
|
@@ -12,6 +12,8 @@
|
|
| 12 |
git clone https://github.com/StanfordMIMI/Comp2Comp.git /home/user/app/C2C
|
| 13 |
cd /home/user/app/C2C
|
| 14 |
pip install -e .
|
|
|
|
|
|
|
| 15 |
# chmod +x bin/install.sh # Make install.sh executable
|
| 16 |
# ./bin/install.sh # Execute the installation script
|
| 17 |
|
|
|
|
| 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
|
| 19 |
|