Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EleutherAI/gpt-neox
/ size
Method
size
megatron/data/indexed_dataset.py:204–205 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
202
return
self.sizes[index]
203
204
def
size(self, index):
205
return
self.sizes[index]
206
207
@staticmethod
208
def
exists(path):
Callers
15
split_into_partitions
Function · 0.80
merge_partitions
Function · 0.80
concat_partitions
Function · 0.80
main
Function · 0.80
get_ltor_masks_and_position_ids
Function · 0.80
filter_logits
Function · 0.80
stream_tokens
Function · 0.80
get_batch_pipe
Function · 0.80
make_sparse
Method · 0.80
_orthogonal
Function · 0.80
forward
Method · 0.80
forward_fused_softmax
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_fused_softmax
Function · 0.64
test_fused_upper_triangle_mask_softmax
Function · 0.64
test_layer_norm
Function · 0.64
test_fused_softmax
Function · 0.64
test_fused_upper_triangle_mask_softmax
Function · 0.64