Skip to content

Commit 20f3360

Browse files
committed
Fix README and config
1 parent 135d21a commit 20f3360

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export PATH=/usr/local/cuda/bin:$PATH
1717
bash setup.sh # This may take a while. Make sure the vipergpt environment is active
1818
cd GLIP
1919
python setup.py clean --all build develop --user
20+
cd ..
2021
echo YOUR_OPENAI_API_KEY_HERE > api.key
2122
```
2223
Then you can start exploring with the `main_simple.ipynb` notebook. For running on datasets instead of individual

configs/my_config.yaml

+1-24
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,4 @@ dataset:
55
data_path: 'data'
66
blip_v2_model_type: blip2-flan-t5-xxl # Change to blip2-flan-t5-xl for smaller GPUs
77
blip_half_precision: True
8-
# Add more changes here, following the same format as base_config.yaml
9-
10-
load_models: # Which pretrained models to load
11-
maskrcnn: False
12-
clip: False
13-
glip: False
14-
owlvit: False
15-
tcl: False
16-
gpt3_qa: True
17-
gpt3_general: True
18-
depth: False
19-
blip: False
20-
saliency: False
21-
xvlm: False
22-
codex: True
23-
object_detector: False
24-
25-
# wandb: False
26-
#
27-
28-
# codex:
29-
# model: gpt-3.5-turbo
30-
31-
# execute_code: True
8+
# Add more changes here, following the same format as base_config.yaml

0 commit comments

Comments
 (0)