↓ 7 callersMethodmoe_test_helper(self, dtype, quant_type, rtol, atol, activation_str="gelu", experts_list=[32], hidden_sizes=[1024], inter_siz
tests/moe/th_moe_unit_tests.py:372
↓ 6 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
examples/pytorch/swin/Swin-Transformer-Quantization/models/swin_transformer.py:33
↓ 6 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
examples/pytorch/swin/Swin-Transformer-Quantization/models/swin_transformer_v2.py:33
↓ 5 callersFunctionparam2distributed(
pt_param,
layer_id,
save_dir,
dest_key,
n_inference_gpus,
split_axis,
)
examples/pytorch/gptj/utils/gptj_ckpt_convert.py:96
↓ 5 callersFunctionparam2distributed(
pt_param,
layer_id,
save_dir,
dest_key,
n_inference_gpus,
split_axis,
)
examples/pytorch/gptj/utils/huggingface_gptj_ckpt_convert.py:26