We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ErnieTEModel_
ErnieTEModel
1 parent e9a2d1e commit 1648e35Copy full SHA for 1648e35
comfy/text_encoders/ernie.py
@@ -35,4 +35,4 @@ def __init__(self, device="cpu", dtype=None, model_options={}):
35
model_options = model_options.copy()
36
model_options["quantization_metadata"] = llama_quantization_metadata
37
super().__init__(device=device, dtype=dtype, model_options=model_options)
38
- return ErnieTEModel
+ return ErnieTEModel_
0 commit comments