Skip to content

Commit

Permalink
typo in README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM authored Nov 22, 2023
1 parent 8a2d268 commit ce3c9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HuggingFace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def execute(self, requests):
responses.append(inference_response)
return responses
```
* `finialize()`: This function is executed when Triton unloads the model. It can be used to free any memory, or any other operations required to safely unload the model. Defining this function is optional.
* `finalize()`: This function is executed when Triton unloads the model. It can be used to free any memory, or any other operations required to safely unload the model. Defining this function is optional.

To run this example open two terminals and use the following commands:
* **Terminal 1**: This terminal will be used to launch the Triton Inference Server.
Expand Down

0 comments on commit ce3c9c0

Please sign in to comment.