Update README.md

This commit is contained in:
wws 2024-06-05 13:38:16 +08:00 committed by GitHub
parent 29480b7394
commit c9b8a09cf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,7 @@ GLM-4V-9B 是一个多模态语言模型,具备视觉理解能力,其相关
| **Claude 3 Opus** | 63.3 | 59.2 | 64.0 | 45.7 | 54.9 | 1586.8 | 37.8 | 70.6 | 694 |
| **GLM-4V-9B** | 81.1 | 79.4 | 76.8 | 58.7 | 47.2 | 2163.8 | 46.6 | 81.1 | 786 |
## 快速调用
### 使用以下方法快速调用 GLM-4-9B-Chat 语言模型
@ -213,6 +214,8 @@ with torch.no_grad():
注意: GLM-4V-9B 暂不支持使用 vLLM 方式调用。
对于 OCR 和 VQA 有专项需求的,请试用 [CogVlm2](https://github.com/THUDM/CogVLM2)
## 完整项目列表
如果你想更进一步了解 GLM-4-9B 系列开源模型,本开源仓库通过以下内容为开发者提供基础的 GLM-4-9B的使用和开发代码