We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954f31c commit 435f88fCopy full SHA for 435f88f
src/transformers/models/llama4/modeling_llama4.py
@@ -60,7 +60,7 @@
60
61
62
class Llama4TextExperts(nn.Module):
63
- def __init__(self, config: Llama4Config):
+ def __init__(self, config: Llama4TextConfig):
64
super().__init__()
65
self.num_experts = config.num_local_experts
66
self.intermediate_size = config.intermediate_size
0 commit comments