Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
PAIR/Text2Video-Zero
drdiffusion
/
TTV1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TTV1
/
annotator
/
uniformer
/
mmcv
/
arraymisc
/
__init__.py
drdiffusion
Duplicate from PAIR/Text2Video-Zero
c0486b6
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.quantization
import
dequantize, quantize
__all__ = [
'quantize'
,
'dequantize'
]