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.
Llama4Config
1 parent c95f143 commit 465de17Copy full SHA for 465de17
src/llmcompressor/modeling/llama4.py
@@ -1,8 +1,10 @@
1
from typing import Tuple
2
3
import torch
4
-from transformers.models import Llama4Config
5
-from transformers.models.llama4.configuration_llama4 import Llama4TextConfig
+from transformers.models.llama4.configuration_llama4 import (
+ Llama4Config,
6
+ Llama4TextConfig,
7
+)
8
from transformers.models.llama4.modeling_llama4 import (
9
Llama4TextExperts,
10
Llama4TextMLP,
0 commit comments