Skip to content

Commit b41ab53

Browse files
authored
Use ErnieTEModel_ not ErnieTEModel. (#13431)
1 parent e9a2d1e commit b41ab53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy/text_encoders/ernie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def __init__(self, device="cpu", dtype=None, model_options={}):
3535
model_options = model_options.copy()
3636
model_options["quantization_metadata"] = llama_quantization_metadata
3737
super().__init__(device=device, dtype=dtype, model_options=model_options)
38-
return ErnieTEModel
38+
return ErnieTEModel_

0 commit comments

Comments
 (0)