georgefen's picture
init commit for huggingface
45b4aa7
raw
history blame
No virus
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']