This commit is contained in:
Anakin Skywalker 2023-07-28 17:33:51 +08:00 committed by GitHub
parent d862f570aa
commit e04f88424d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ models = [
]
```
# Custom Models
## Custom Models
If the above methods do not support your model evaluation requirements, you can refer to
[Supporting New Models](../advanced_guides/new_model.md) to add support for new models in OpenCompass.

View File

@ -58,7 +58,7 @@ model = HuggingFaceCausalLM(
)
```
# 基于 API 的模型
## 基于 API 的模型
OpenCompass 目前支持以下基于 API 的模型推理:
@ -86,6 +86,6 @@ models = [
]
```
# 自定义模型
## 自定义模型
如果以上方式无法支持你的模型评测需求,请参考 [支持新模型](../advanced_guides/new_model.md) 在 OpenCompass 中增添新的模型支持。