Skip to content

Commit bdb18ef

Browse files
committed
add cfg
1 parent 50d81ca commit bdb18ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

paddlenlp/transformers/auto/modeling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
("Bloom", "bloom"),
119119
("QWen", "qwen"),
120120
("Mixtral", "mixtral"),
121+
("Gemma", "gemma"),
121122
]
122123
)
123124

paddlenlp/transformers/gemma/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414

1515
from .configuration import *
1616
from .modeling import *
17+
from .modeling_pp import *
1718
from .tokenizer import *

0 commit comments

Comments
 (0)