[Model] Add support for MPT (#334)

This commit is contained in:
Woosuk Kwon
2023-07-03 16:47:53 -07:00
committed by GitHub
parent 7717d0838b
commit 404422f42e
11 changed files with 388 additions and 4 deletions

View File

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