Tejasw1's picture
Upload folder using huggingface_hub
2d1874a verified
raw
history blame contribute delete
90 Bytes
BYTE_SPACE = b' '
NULL_BYTE = b'\0'
NULL_HEX_SHA = "0" * 40
NULL_BIN_SHA = NULL_BYTE * 20