You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
I want to build in-process triton server APIs. I use bazel build system. This requires to create a WORKSPACE entry for each individual github repos in the triton ecosystem like core, backend, third-party etc. To create those entries, I need a zip version of the repos at specific releases.
Describe the solution you'd like
Support bazel natively as it is the goto tool for industry.
It would be great to have a release tag for individual repos as is done for the server repo. This would allow to download individual repos via the release tag.
Describe alternatives you've considered
Use the commit id to create download urls and bazel workspace entries.
The text was updated successfully, but these errors were encountered:
Problem
I want to build in-process triton server APIs. I use bazel build system. This requires to create a WORKSPACE entry for each individual github repos in the triton ecosystem like
core
,backend
,third-party
etc. To create those entries, I need a zip version of the repos at specific releases.Describe the solution you'd like
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: