Skip to content

Commit

Permalink
typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM authored Nov 10, 2023
1 parent c55bd64 commit b40cc1c
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 b40cc1c

Please sign in to comment.