Spaces:
Running
on
Zero
Running
on
Zero
File size: 159 Bytes
23fdbc0 |
1 2 3 4 |
from .model import AgentQwen2VLConfig, AgentQwen2VLForConditionalGeneration
MODELS = {'qwen2_vl': (AgentQwen2VLConfig, AgentQwen2VLForConditionalGeneration)}
|