Skip to content

Commit 26d954c

Browse files
committed
fix runner function name in old sd test.
1 parent 20d62f3 commit 26d954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/turbine_models/tests/sd_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def testExportVaeModelDecode(self):
208208
current_args["hf_model_name"],
209209
current_args["external_weight_path"],
210210
)
211-
torch_output = vae_runner.run_torch_vae_decode(
211+
torch_output = vae_runner.run_torch_vae(
212212
current_args["hf_model_name"],
213213
"decode",
214214
example_input,

0 commit comments

Comments
 (0)