We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7991fb commit 0002147Copy full SHA for 0002147
binding/python/py/bintensors/numpy.py
@@ -90,7 +90,7 @@ def save_file(
90
def save_with_checksum(
91
tensor_dict: Dict[str, np.ndarray],
92
metadata: Optional[Dict[str, str]] = None,
93
- hasher: Callable[[bytes], HASH] = hashlib.sha224,
+ hasher: Callable[[bytes], HASH] = hashlib.sha1,
94
) -> Tuple[bytes, bytes]:
95
"""
96
Saves a dictionary of tensors into raw bytes in bintensors format.
0 commit comments