czczup commited on
Commit
712b352
·
verified ·
1 Parent(s): 9591942

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -88,7 +88,7 @@ We also welcome you to experience the InternVL2 series models in our [online dem
88
 
89
  ```python
90
  import torch
91
- from transformers import AutoTokenizer, AutoModel, CLIPImageProcessor
92
  path = "OpenGVLab/InternVL-Chat-V1-1"
93
  model = AutoModel.from_pretrained(
94
  path,
@@ -101,7 +101,7 @@ model = AutoModel.from_pretrained(
101
 
102
  ```python
103
  import torch
104
- from transformers import AutoTokenizer, AutoModel, CLIPImageProcessor
105
  path = "OpenGVLab/InternVL-Chat-V1-1"
106
  model = AutoModel.from_pretrained(
107
  path,
 
88
 
89
  ```python
90
  import torch
91
+ from transformers import AutoTokenizer, AutoModel
92
  path = "OpenGVLab/InternVL-Chat-V1-1"
93
  model = AutoModel.from_pretrained(
94
  path,
 
101
 
102
  ```python
103
  import torch
104
+ from transformers import AutoTokenizer, AutoModel
105
  path = "OpenGVLab/InternVL-Chat-V1-1"
106
  model = AutoModel.from_pretrained(
107
  path,