4 lines
106 B
Python
4 lines
106 B
Python
|
from .grpo_trainer import VLMGRPOTrainer
|
||
|
from .grpo_config import GRPOConfig
|
||
|
|
||
|
__all__ = ["VLMGRPOTrainer"]
|