diff --git a/shortfin/python/shortfin_apps/llm/components/service_debug_dumper.py b/shortfin/python/shortfin_apps/llm/components/service_debug_dumper.py index 1d00bc08f..90842c44d 100644 --- a/shortfin/python/shortfin_apps/llm/components/service_debug_dumper.py +++ b/shortfin/python/shortfin_apps/llm/components/service_debug_dumper.py @@ -193,7 +193,9 @@ async def pre_invocation_debug_dump( except Exception as e: f.write(f"\nHistogram computation failed: {str(e)}\n") else: - f.write("Skipping additional statistics due to NaN/Inf values\n") + f.write( + "Skipping additional statistics due to NaN/Inf values\n" + ) f.write("\nArray contents:\n") if arr.size <= 64: