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

@@ -1,5 +1,7 @@
from vllm.transformers_utils.configs.mpt import MPTConfig
from vllm.transformers_utils.configs.baichuan import BaiChuanConfig
__all__ = [
"MPTConfig",
"BaiChuanConfig",
]