Skip to content

Commit d70bf9a

Browse files
committed
Update README.md
1 parent dcd4076 commit d70bf9a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

INSTALLATION.md

+13
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
```bash
1919
pip install -r requirements.txt
2020
```
21+
22+
By default, our `requirements.txt` file includes the following dependencies:
23+
24+
- `-r requirements/internvl_chat.txt`
25+
- `-r requirements/streamlit_demo.txt`
26+
- `-r requirements/classification.txt`
27+
- `-r requirements/segmentation.txt`
28+
29+
The `clip_benchmark.txt` is **not** included in the default installation. If you require the `clip_benchmark` functionality, please install it manually by running the following command:
30+
31+
```bash
32+
pip install -r requirements/clip_benchmark.txt
33+
```
2134

2235
### Additional Instructions
2336

classification/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ InternViT-6B follows the structure of vanilla ViT, and its hyperparameters are l
1111

1212
<img width="558" alt="image" src="https://github.com/OpenGVLab/InternVL/assets/23737120/e6bb0151-ab2f-4436-982f-6c68c5a69bc4">
1313

14+
## 🛠️ Installation
15+
16+
Follow the [installation guide](../INSTALLATION.md) to perform installations.
17+
1418
## 📦 Data Preparation
1519

1620
> Please prepare the dataset according to your needs.

0 commit comments

Comments
 (0)