Vibe coded benchmark command part2

This commit is contained in:
henryruhs
2025-06-14 11:00:52 +02:00
parent 589c317f19
commit 19400a92bd
10 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ def apply_args(args : Args, apply_state_item : ApplyStateItem) -> None:
apply_state_item('download_providers', args.get('download_providers'))
apply_state_item('download_scope', args.get('download_scope'))
# benchmark
apply_state_item('benchmark_runs', args.get('benchmark_runs'))
apply_state_item('benchmark_resolutions', args.get('benchmark_resolutions'))
apply_state_item('benchmark_cycles', args.get('benchmark_cycles'))
# memory
apply_state_item('video_memory_strategy', args.get('video_memory_strategy'))