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