Skip to content

Commit b0fc9c6

Browse files
author
Dmytro Parfeniuk
committed
TODO comment is removed
1 parent f7a6a40 commit b0fc9c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/guidellm/backend/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ def submit(self, request: TextGenerationRequest) -> TextGenerationResult:
9191

9292
logger.info(f"Submitting request with prompt: {request.prompt}")
9393

94-
# TODO: Doublecheck why do we need the result id
95-
# result_id = str(uuid.uuid4())
96-
9794
result = TextGenerationResult(TextGenerationRequest(prompt=request.prompt))
9895
result.start(request.prompt)
9996

0 commit comments

Comments
 (0)