Use `ErnieTEModel_` not `ErnieTEModel`. (#13431)

pull/13418/head^2
Bedovyy 2026-04-16 23:11:58 +09:00 committed by GitHub
parent e9a2d1e4cc
commit b41ab53b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ def te(dtype_llama=None, llama_quantization_metadata=None):
model_options = model_options.copy()
model_options["quantization_metadata"] = llama_quantization_metadata
super().__init__(device=device, dtype=dtype, model_options=model_options)
return ErnieTEModel
return ErnieTEModel_