Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
atatakun/testapp2
atatakun
/
ControlNet-v1-1-Annotators-cpu
like
0
Running
App
Files
Files
Community
aee7150
ControlNet-v1-1-Annotators-cpu
/
annotator
/
mmpkg
/
mmcv
/
arraymisc
/
__init__.py
atatakun
Duplicate from atatakun/testapp2
18dd6ad
over 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.quantization
import
dequantize, quantize
__all__ = [
'quantize'
,
'dequantize'
]