Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Dec 12, 2024
1 parent ee983ad commit 5c9c6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shortfin/python/shortfin_apps/llm/components/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

import os
from .service_debug_dumper import INFERENCE_DEBUG_DUMPER
from .service_debug_dumper import SERVICE_DEBUG_DUMPER


class GenerateService:
Expand Down Expand Up @@ -449,7 +449,7 @@ async def run(self):
"1",
"y",
):
await INFERENCE_DEBUG_DUMPER.pre_invocation_debug_dump(
await SERVICE_DEBUG_DUMPER.pre_invocation_debug_dump(
executor=self, local_vars=locals()
)

Expand Down

0 comments on commit 5c9c6dd

Please sign in to comment.