Use tolerant for video_memory_strategy in benchmark

This commit is contained in:
henryruhs 2024-12-05 14:13:43 +01:00
parent 03acb4ac8a
commit 70f0c708e1

View File

@ -56,6 +56,7 @@ def render() -> gradio.Blocks:
with gradio.Blocks():
download.render()
with gradio.Blocks():
state_manager.set_item('video_memory_strategy', 'tolerant')
memory.render()
with gradio.Blocks():
benchmark_options.render()