Skip to content

Commit

Permalink
question
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelnes committed Jul 12, 2024
1 parent c90b2b5 commit d706380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine-learning/app/sessions/ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def _provider_options_default(self) -> list[dict[str, Any]]:
options = []
for provider in self.providers:
match provider:
# Should we add something for ROCMExecutionProvider?
case "CPUExecutionProvider" | "CUDAExecutionProvider":
option = {"arena_extend_strategy": "kSameAsRequested"}
case "OpenVINOExecutionProvider":
Expand Down

0 comments on commit d706380

Please sign in to comment.