8 lines
139 B
Python
8 lines
139 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from ..llm_train import LoRA
|
|
|
|
|
|
class GRPOLoRA(LoRA):
|
|
|
|
group = 'llm_grpo'
|