Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -71,6 +71,8 @@ Limitations: Although we have made efforts to ensure the safety of the model dur
|
|
71 |
|
72 |
We provide an example code to run InternVL2-2B using `transformers`.
|
73 |
|
|
|
|
|
74 |
> Please use transformers==4.37.2 to ensure the model works normally.
|
75 |
|
76 |
```python
|
@@ -555,6 +557,8 @@ InternVL 2.0 是一个多模态大语言模型系列,包含各种规模的模
|
|
555 |
|
556 |
我们提供了一个示例代码,用于使用 `transformers` 运行 InternVL2-2B。
|
557 |
|
|
|
|
|
558 |
> 请使用 transformers==4.37.2 以确保模型正常运行。
|
559 |
|
560 |
示例代码请[点击这里](#quick-start)。
|
|
|
71 |
|
72 |
We provide an example code to run InternVL2-2B using `transformers`.
|
73 |
|
74 |
+
We also welcome you to experience the InternVL2 series models in our [online demo](https://internvl.opengvlab.com/). Currently, due to the limited GPU resources with public IP addresses, we can only deploy models up to a maximum of 26B. We will expand soon and deploy larger models to the online demo.
|
75 |
+
|
76 |
> Please use transformers==4.37.2 to ensure the model works normally.
|
77 |
|
78 |
```python
|
|
|
557 |
|
558 |
我们提供了一个示例代码,用于使用 `transformers` 运行 InternVL2-2B。
|
559 |
|
560 |
+
我们也欢迎你在我们的[在线demo](https://internvl.opengvlab.com/)中体验InternVL2的系列模型。目前,由于具备公网IP地址的GPU资源有限,我们目前只能部署最大到26B的模型。我们会在不久之后进行扩容,把更大的模型部署到在线demo上,敬请期待。
|
561 |
+
|
562 |
> 请使用 transformers==4.37.2 以确保模型正常运行。
|
563 |
|
564 |
示例代码请[点击这里](#quick-start)。
|