We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d62f3 commit 26d954cCopy full SHA for 26d954c
models/turbine_models/tests/sd_test.py
@@ -208,7 +208,7 @@ def testExportVaeModelDecode(self):
208
current_args["hf_model_name"],
209
current_args["external_weight_path"],
210
)
211
- torch_output = vae_runner.run_torch_vae_decode(
+ torch_output = vae_runner.run_torch_vae(
212
213
"decode",
214
example_input,
0 commit comments