Add support for baichuan (#365)

This commit is contained in:
codethazine
2023-07-17 21:50:55 +01:00
committed by GitHub
parent 2bdea7ac11
commit 20b0d88d16
6 changed files with 361 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ from vllm.transformers_utils.configs import * # pylint: disable=wildcard-import
_CONFIG_REGISTRY = {
"mpt": MPTConfig,
"baichuan": BaiChuanConfig,
}