Skip to content

Commit

Permalink
Add TODO for Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Oct 5, 2023
1 parent 61d8b71 commit 20b0804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python_be.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2043,6 +2043,8 @@ TRITONBACKEND_Initialize(TRITONBACKEND_Backend* backend)

// Check if `triton_python_backend_stub` and `triton_python_backend_utils.py`
// are located under `location`.
// DLIS-5596: Add forward slash to be platform agnostic
// (i.e., for Windows we need to use backward slash).
std::string default_python_backend_dir =
default_backend_dir_string + "/python";
std::string backend_stub_path =
Expand Down

0 comments on commit 20b0804

Please sign in to comment.