Skip to content

Commit

Permalink
TODO comment is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Parfeniuk committed Jul 15, 2024
1 parent f7a6a40 commit b0fc9c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/guidellm/backend/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def submit(self, request: TextGenerationRequest) -> TextGenerationResult:

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

# TODO: Doublecheck why do we need the result id
# result_id = str(uuid.uuid4())

result = TextGenerationResult(TextGenerationRequest(prompt=request.prompt))
result.start(request.prompt)

Expand Down

0 comments on commit b0fc9c6

Please sign in to comment.