Skip to content

Commit 406f93b

Browse files
committed
add Mllama/Llava class
Signed-off-by: Kaihui-intel <kaihui.tang@intel.com>
1 parent f46e72e commit 406f93b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

neural_compressor/transformers/models/__init__.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
1313
# limitations under the License.
1414

1515
from .modeling_auto import _BaseINCAutoModelClass
16-
from .modeling_auto import AutoModel, AutoModelForCausalLM, AutoModelForSeq2SeqLM, Qwen2VLForConditionalGeneration
16+
from .modeling_auto import (
17+
AutoModel,
18+
AutoModelForCausalLM,
19+
AutoModelForSeq2SeqLM,
20+
Qwen2VLForConditionalGeneration,
21+
MllamaForConditionalGeneration,
22+
LlavaForConditionalGeneration,
23+
)

0 commit comments

Comments
 (0)