Skip to content

Commit 25ca9f4

Browse files
committed
format
1 parent e4b8646 commit 25ca9f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/wan/wan_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def quantize_transformer(cls, config: HyperParameters, model: WanModel, pipeline
376376
return model
377377
max_logging.log("Quantizing transformer with Qwix.")
378378

379-
batch_size=config.global_batch_size_to_train_on
379+
batch_size = config.global_batch_size_to_train_on
380380
latents, prompt_embeds, timesteps = get_dummy_wan_inputs(config, pipeline, batch_size)
381381
model_inputs = (latents, timesteps, prompt_embeds)
382382
with mesh:

0 commit comments

Comments
 (0)