MisterAI's picture
download
raw
333 Bytes
"""`tqdm` version detector. Precedence: installed dist, git, 'UNKNOWN'."""
try:
from ._dist_ver import __version__
except ImportError:
try:
from setuptools_scm import get_version
__version__ = get_version(root='..', relative_to=__file__)
except (ImportError, LookupError):
__version__ = "UNKNOWN"

Xet Storage Details

Size:
333 Bytes
·
Xet hash:
1ea70e673b7a842a2796d5a2b855e7d73267214d7ce069551ddaf18301190c20

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.