Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit aa4dea4

Browse files
authored
add model_type tinyllama (#1585)
Signed-off-by: intellinjun <jun.lin@intel.com>
1 parent 5ba5fa8 commit aa4dea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intel_extension_for_transformers/transformers/modeling/modeling_auto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ class _BaseQBitsAutoModelClass:
322322
"whisper",
323323
"qwen2",
324324
"gemma",
325+
"tinyllama",
325326
]
326327

327328
model_type_list_for_gptq = [

0 commit comments

Comments
 (0)