Use tolerant for video_memory_strategy in benchmark
This commit is contained in:
parent
03acb4ac8a
commit
70f0c708e1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user