Skip to content

Commit a4a2768

Browse files
committed
recover transformers 4.34 refactored
Signed-off-by: Lee <victor.k.lee@ontario.ca>
1 parent ed02cf4 commit a4a2768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctransformers/transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def forward(
8181

8282
class CTransformersTokenizer(PreTrainedTokenizer):
8383
def __init__(self, llm: LLM, **kwargs):
84-
super().__init__(**kwargs)
8584
self._llm = llm
85+
super().__init__(**kwargs)
8686

8787
@property
8888
def vocab_size(self) -> int:

0 commit comments

Comments
 (0)