Add eval_mm dir

This commit is contained in:
trainfanlhy
2024-05-28 01:21:34 +08:00
parent 7e12387362
commit 65f5567a3a
49 changed files with 5610 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
try:
import torch
except ImportError:
pass
from .smp import *
from .api import *
from .evaluate import *
from .utils import *
from .vlm import *
from .config import *
load_env()