Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
APGASU
/
VibeToken
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VibeToken
/
vibetoken
/
quantizer
/
__init__.py
APGASU
scripts
7bef20f
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
175 Bytes
"""Quantizer modules for VibeToken."""
from
.vector_quantizer
import
VectorQuantizer
from
.mvq
import
VectorQuantizerMVQ
__all__ = [
"VectorQuantizer"
,
"VectorQuantizerMVQ"
]