Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed May 21, 2024
1 parent a593f2f commit e0acd50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,9 @@ class TritonPythonModel:
return None
```

*Note:*: If `response_sender` is reused across multiple requests, the model must
ensure that the `response_sender` is properly cleaned up for the rescheduled requests.

### `finalize`

Implementing `finalize` is optional. This function allows you to do any clean
Expand Down

0 comments on commit e0acd50

Please sign in to comment.