mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-02-13 02:02:45 +00:00
4 lines
159 B
Python
4 lines
159 B
Python
# -*- coding: utf-8 -*-
|
|
# Expose the mml attack package. Importing this module registers the attack via decorator.
|
|
from .attack import MMLAttack # noqa: F401
|