[VLM][Model] Support image input for Chameleon (#6633)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from vllm.transformers_utils.configs.chameleon import ChameleonConfig
|
||||
from vllm.transformers_utils.configs.chameleon import (ChameleonConfig,
|
||||
ChameleonVQVAEConfig)
|
||||
from vllm.transformers_utils.configs.chatglm import ChatGLMConfig
|
||||
from vllm.transformers_utils.configs.dbrx import DbrxConfig
|
||||
# RWConfig is for the original tiiuae/falcon-40b(-instruct) and
|
||||
@@ -12,6 +13,7 @@ from vllm.transformers_utils.configs.mpt import MPTConfig
|
||||
|
||||
__all__ = [
|
||||
"ChameleonConfig",
|
||||
"ChameleonVQVAEConfig",
|
||||
"ChatGLMConfig",
|
||||
"DbrxConfig",
|
||||
"MPTConfig",
|
||||
|
||||
Reference in New Issue
Block a user