Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
def
write_longs(f, a):
97
f.write(np.array(a, dtype=np.int64))
98
99
100
dtypes = {
Callers
1
finalize
Method · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected