Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -420,7 +420,7 @@ print(sess.response.text)
|
|
420 |
|
421 |
#### Service
|
422 |
|
423 |
-
To deploy InternVL2, please configure the chat template config first. Create the following JSON file `chat_template.json`.
|
424 |
|
425 |
```json
|
426 |
{
|
@@ -665,7 +665,7 @@ print(sess.response.text)
|
|
665 |
|
666 |
#### API部署
|
667 |
|
668 |
-
|
669 |
|
670 |
```json
|
671 |
{
|
|
|
420 |
|
421 |
#### Service
|
422 |
|
423 |
+
To deploy InternVL2 as an API, please configure the chat template config first. Create the following JSON file `chat_template.json`.
|
424 |
|
425 |
```json
|
426 |
{
|
|
|
665 |
|
666 |
#### API部署
|
667 |
|
668 |
+
为了将InternVL2部署成API,请先配置聊天模板配置文件。创建如下的 JSON 文件 `chat_template.json`。
|
669 |
|
670 |
```json
|
671 |
{
|