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