Spaces:
Runtime error
Runtime error
ttengwang
commited on
Commit
•
7d57bb5
1
Parent(s):
da7e8b0
update
Browse files- env.sh +1 -1
- requirements.txt +3 -3
env.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
conda create -n caption_anything python=3.8 -y
|
2 |
source activate caption_anything
|
3 |
pip install -r requirements.txt
|
4 |
-
# cd
|
5 |
# wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
|
6 |
|
|
|
1 |
conda create -n caption_anything python=3.8 -y
|
2 |
source activate caption_anything
|
3 |
pip install -r requirements.txt
|
4 |
+
# cd segmentertengwang@connect.hku.hk
|
5 |
# wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
|
6 |
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
https://download.pytorch.org/whl/cu111/torch-1.10.1%2Bcu111-
|
2 |
-
https://download.pytorch.org/whl/cu111/torchvision-0.11.2%2Bcu111-
|
3 |
-
https://download.pytorch.org/whl/cu111/torchaudio-0.10.1%2Bcu111-
|
4 |
openai
|
5 |
pillow
|
6 |
langchain==0.0.101
|
|
|
1 |
+
https://download.pytorch.org/whl/cu111/torch-1.10.1%2Bcu111-cp38-cp38-linux_x86_64.whl
|
2 |
+
https://download.pytorch.org/whl/cu111/torchvision-0.11.2%2Bcu111-cp38-cp38-linux_x86_64.whl
|
3 |
+
https://download.pytorch.org/whl/cu111/torchaudio-0.10.1%2Bcu111-cp38-cp38-linux_x86_64.whl
|
4 |
openai
|
5 |
pillow
|
6 |
langchain==0.0.101
|