Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: Python Deployment of Triton Inference Server #7501
feat: Python Deployment of Triton Inference Server #7501
Changes from 22 commits
c9de538
a5bb38f
2215e58
c450c0d
aab5e82
6c2d9b2
819262f
7a141b7
62ce8db
d388614
47bde5b
ff2c919
a7d17bd
06147cd
d35dce4
fc40f50
ca29a19
44c81b7
745ff6a
bf6f871
b30ced3
30067a8
33afc53
ef1f602
554ed4a
2de88e2
de734bd
c412a60
95ceb33
e1548cb
ff2a6e9
22cc785
ccabc08
879d3da
f3f3a1d
d538f13
89a59ca
a76cc19
42d34ec
1971215
70b80a3
21bb999
fc9a7f4
c14febd
c25162b
a704589
45089b3
47e207f
25cf153
0c8d5d4
1a830d2
c90255f
fc273eb
52c6b61
76e199a
2c57e71
3fac830
ca8f717
c02ee75
35b606f
448e6b4
0f765e8
d7b5c6b
83c4ee8
a16d23e
8fb3cae
cff480d
5247dbc
10dafdf
a4c5bd3
5a83f7c
6bf3c10
d762af1
4c74272
8b33c1c
1d07314
9e540ec
609c151
a8ab882
3025f1a
0cedd48
c904300
a7a7f58
ef3197e
0ead5fc
f92e270
5c7cd0d
86ba0fd
57d441e
79e67db
74e8193
94062b1
4625935
e87930f
4ca394b
69bd5d3
0d34f60
d95527a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we trying to override this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this guarantees that
TRITON_VERSION
is present in the current directory level, but @nnshah1 might be able to shed so more light onto this. I have created a follow-up ticket with the hopes of:python
out ofsrc
tritonfrontend
wheelThrough the streamlining process I hope to remove the need of adding unnecessary source/header files and any redundant CMake instructions in the wheel build process.