Skip to content

Commit 76caab3

Browse files
committed
Added enable_jax_named_scopes in wan 2.2 config
1 parent 5720595 commit 76caab3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/maxdiffusion/configs/base_wan_27b.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ enable_profiler: False
262262
skip_first_n_steps_for_profiler: 5
263263
profiler_steps: 10
264264

265+
# Enable JAX named scopes for detailed profiling and debugging
266+
# When enabled, adds named scopes around key operations in transformer and attention layers
267+
enable_jax_named_scopes: False
268+
269+
265270
# Generation parameters
266271
prompt: "A cat and a dog baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon. The kitchen is cozy, with sunlight streaming through the window."
267272
prompt_2: "A cat and a dog baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon. The kitchen is cozy, with sunlight streaming through the window."

0 commit comments

Comments
 (0)