Method__init__(
self, filenames, n_chunks, block_size, seed=12345, shuffle=True, wrap=False, num_processes=1, proces
lit_gpt/packed_dataset.py:28
Method__init__(self, outdir, prefix, chunk_size, sep_token, dtype="auto", vocab_size=None)
lit_gpt/packed_dataset.py:61
Method__init__(self, filenames, n_chunks, block_size, seed, shuffle, wrap)
lit_gpt/packed_dataset.py:122
Method__init__(
self,
k_shape: Tuple[int, int, int, int],
v_shape: Tuple[int, int, int, int],
lit_gpt/model.py:323
Functioncopy_weights_falcon(
model_name: str,
state_dict: Dict[str, torch.Tensor],
hf_weights: Dict[str, Union[torch.Tensor,
scripts/convert_hf_checkpoint.py:66
Functioncopy_weights_gpt_neox(
state_dict: Dict[str, torch.Tensor],
hf_weights: Dict[str, Union[torch.Tensor, NotYetLoadedTensor]],
scripts/convert_hf_checkpoint.py:23
Functioncopy_weights_phi(
config: Config,
state_dict: Dict[str, torch.Tensor],
hf_weights: Dict[str, Union[torch.Tensor, N
scripts/convert_hf_checkpoint.py:177