Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ commit
Method
commit
test/general/lm_eval/decontamination/archiver.py:39–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
)
38
39
def
commit(self):
40
self.compressor.flush(zstandard.FLUSH_FRAME)
41
self.fh.flush()
42
self.fh.close()
43
44
45
# Modified version of lm_dataformat Reader with self.fh set, allowing peeking for tqdm.
Callers
1
fn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected