Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,8 @@ It is _**the largest open-source vision/vision-language foundation model (14B)**
|
|
41 |
|
42 |
## Model Usage
|
43 |
|
|
|
|
|
44 |
```python
|
45 |
TODO
|
46 |
```
|
|
|
41 |
|
42 |
## Model Usage
|
43 |
|
44 |
+
We will provide a minimum code example to run InternVL-Chat using only the `transformers` library.
|
45 |
+
|
46 |
```python
|
47 |
TODO
|
48 |
```
|