Home
last modified time | relevance | path

Searched defs:norm_eps (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/examples/models/llama/params/
H A Ddemo_config.json1 {"dim": 64, "multiple_of": 4, "n_heads": 8, "n_layers": 5, "norm_eps": 1e-05, "vocab_size": 512} number
/aosp_15_r20/external/executorch/examples/models/llama3_2_vision/text_decoder/params/
H A Ddemo_config.json11 "norm_eps": 1e-05, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/
H A Dconfiguration_llama.py39 norm_eps=1e-6, argument
/aosp_15_r20/external/pytorch/benchmarks/gpt_fast/
H A Dmodel.py28 norm_eps: float = 1e-5 variable in ModelArgs
H A Dmixtral_moe_model.py28 norm_eps: float = 1e-5 variable in ModelArgs
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dllama_transformer.py90 norm_eps: float = 1e-5 variable in ModelArgs