This commit is contained in:
co63oc
2025-09-01 17:50:17 +08:00
committed by GitHub
parent 0513a78ecc
commit d6369b4d51
67 changed files with 85 additions and 85 deletions

View File

@@ -40,7 +40,7 @@ class ConcreteSizeEntry:
# Has runtime-bs been captured before
captured: bool = False
# Need to be captured callable objectdynamic graph or static grpah backend
# Need to be captured callable objectdynamic graph or static graph backend
runnable: Callable = None # type: ignore
# Number of completed warmups
num_finished_warmup: int = 0