mattb512 commited on
Commit
1db133b
1 Parent(s): 9781fcf

take update from main

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -21,12 +21,9 @@ cd vlm-demo
21
  pip install -e .
22
  ```
23
 
24
- This repository also requires that the `vlm-bench` package (`vlbench`) and
25
- `prismatic-vlms` package (`prisma`) are installed in the current environment.
26
- These can both be installed from source from the following git repos:
27
-
28
- + `vlm-bench`: `htts://github.com/TRI-ML/vlm-bench`
29
- + `prismatic-vlms`: `https://github.com/TRI-ML/prismatic-vlms`
30
 
31
  ## Usage
32
 
 
21
  pip install -e .
22
  ```
23
 
24
+ This repository also requires that the `vlm-evaluation` package (`vlm_eval`) is
25
+ installed in the current environment. Installation instructions can be found
26
+ [here](https://github.com/TRI-ML/vlm-evaluation/tree/main).
 
 
 
27
 
28
  ## Usage
29