You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_wan_14b.yml
+28-26Lines changed: 28 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
20
20
write_metrics: True
21
21
22
22
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
23
-
write_timing_metrics: True
23
+
write_timing_metrics: True
24
24
25
25
gcs_metrics: False
26
26
# If true save config to GCS in {base_output_directory}/{run_name}/
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_wan_27b.yml
+20-18Lines changed: 20 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
20
20
write_metrics: True
21
21
22
22
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
23
-
write_timing_metrics: True
23
+
write_timing_metrics: True
24
24
25
25
gcs_metrics: False
26
26
# If true save config to GCS in {base_output_directory}/{run_name}/
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_wan_animate.yml
+22-20Lines changed: 22 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
20
20
write_metrics: True
21
21
22
22
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
23
-
write_timing_metrics: True
23
+
write_timing_metrics: True
24
24
25
25
gcs_metrics: False
26
26
# If true save config to GCS in {base_output_directory}/{run_name}/
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_wan_i2v_14b.yml
+19-17Lines changed: 19 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
20
20
write_metrics: True
21
21
22
22
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
23
-
write_timing_metrics: True
23
+
write_timing_metrics: True
24
24
25
25
gcs_metrics: False
26
26
# If true save config to GCS in {base_output_directory}/{run_name}/
0 commit comments