Skip to content

Python Backend Windows Support #6830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Feb 8, 2024
Merged

Python Backend Windows Support #6830

merged 18 commits into from
Feb 8, 2024

Conversation

fpetrini15
Copy link
Contributor

@fpetrini15 fpetrini15 commented Jan 25, 2024

Goal: Modify the test scripts in L0_backend_python to be compatible with the windows port.

Note: Tests and subtests that make use of unsupported features such as GPU tensors, custom execution environments, and the model load/unload API have been stripped out and tagged with the corresponding Jira ticket intended to re-introduce them.

The bulk of these changes surround installing dependencies within the Windows virtualenv, using the non-default localhost client, killing servers with our platform-agnostic function kill_server, and stripping out tests based on whether the testing platform is Windows.

PYBE changes: triton-inference-server/python_backend#294

kthui
kthui previously approved these changes Feb 2, 2024
Copy link
Contributor

@kthui kthui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Make sure to address @krishung5 comments before merging.

@fpetrini15 fpetrini15 requested a review from krishung5 February 2, 2024 21:03
krishung5
krishung5 previously approved these changes Feb 2, 2024
Copy link
Contributor

@krishung5 krishung5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! LGTM.

@fpetrini15 fpetrini15 merged commit bfbb24c into main Feb 8, 2024
@fpetrini15 fpetrini15 deleted the fpetrini-py-to-win branch February 8, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants