MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / write_longs

Function write_longs

codegeex/megatron/data/indexed_dataset.py:96–97  ·  view source on GitHub ↗
(f, a)

Source from the content-addressed store, hash-verified

94
95
96def write_longs(f, a):
97 f.write(np.array(a, dtype=np.int64))
98
99
100dtypes = {

Callers 1

finalizeMethod · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected