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