forked from EngineX-Cambricon/enginex-mlu370-vllm
add qwen3
This commit is contained in:
13
vllm-v0.6.2/vllm/transformers_utils/configs/h2ovl.py
Normal file
13
vllm-v0.6.2/vllm/transformers_utils/configs/h2ovl.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# Adapted from
|
||||
# https://huggingface.co/h2oai/h2ovl-mississippi-2b/blob/main/configuration_h2ovl_chat.py
|
||||
# --------------------------------------------------------
|
||||
# H2OVL-Mississippi
|
||||
# Copyright (c) 2024 H2O.AI
|
||||
# Licensed under Apache 2.0 License [see LICENSE for details]
|
||||
# --------------------------------------------------------
|
||||
|
||||
from .internvl import InternVLChatConfig
|
||||
|
||||
|
||||
class H2OVLChatConfig(InternVLChatConfig):
|
||||
model_type = "h2ovl_chat"
|
||||
Reference in New Issue
Block a user