Update README.md
Browse files
README.md
CHANGED
|
@@ -45,6 +45,9 @@ We provide a minimum code example to run InternVL-Chat using only the `transform
|
|
| 45 |
|
| 46 |
You also can use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
|
| 47 |
|
|
|
|
|
|
|
|
|
|
| 48 |
```python
|
| 49 |
import torch
|
| 50 |
from PIL import Image
|
|
|
|
| 45 |
|
| 46 |
You also can use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
|
| 47 |
|
| 48 |
+
Note: If you meet this error `ImportError: This modeling file requires the following packages that were not found in your environment: fastchat`, please run `pip install fschat`.
|
| 49 |
+
|
| 50 |
+
|
| 51 |
```python
|
| 52 |
import torch
|
| 53 |
from PIL import Image
|