czczup commited on
Commit
869e5e3
1 Parent(s): b46dbcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ```