7 lines
141 B
Python
7 lines
141 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from ..llm_train import Model
|
|
|
|
|
|
class GRPOModel(Model):
|
|
group = 'llm_grpo'
|