Skip to content

Commit 2fe77e6

Browse files
Shaokai/installation and headers (#23)
* removed the project.urls to prevent build failure * Added installation guide * Update README.md --------- Co-authored-by: Mackenzie Mathis <[email protected]>
1 parent f27ac17 commit 2fe77e6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,16 @@
1212
- - /utils.py
1313
- - A diff can be generated against the commit (79ef45a6d8b89b92d7a8525f077c3a3a9894a87d) of LLaVA-NeXT to see our modifications.
1414
- The code will be made publicly available when published. For review, the provided code and model license is [no license](https://choosealicense.com/no-permission/).
15-
- Please see the `\example` directory for a demo notebook and installation instructions.
15+
16+
17+
## Demo
18+
- Currently, we provide code to run video inference in a Jupyter Notebook (which can be run on Google Colaboratory).
19+
**Installation guide for video inference:**
20+
```bash
21+
conda create -n llavaction python=3.10 -y
22+
conda activate llavaction
23+
pip install --upgrade pip # Enable PEP 660 support.
24+
pip install -e .
25+
```
26+
27+
- Please see the `/example` directory for a demo notebook.

0 commit comments

Comments
 (0)