Home
last modified time | relevance | path

Searched defs:num_experts (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/gpt_fast/
H A Dmixtral_moe_quantize.py149 def __init__(self, num_experts, intermediate_size, dim, target_dtype): argument
H A Dmixtral_moe_model.py29 num_experts: int = 8 variable in ModelArgs
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dllama_transformer.py94 num_experts: int = 8 # Number of experts variable in ModelArgs