yeliudev's picture
Upload folder using huggingface_hub
23fdbc0 verified
raw
history blame contribute delete
159 Bytes
from .model import AgentQwen2VLConfig, AgentQwen2VLForConditionalGeneration
MODELS = {'qwen2_vl': (AgentQwen2VLConfig, AgentQwen2VLForConditionalGeneration)}