Problem
No wrapper for Nvidia Triton, an open source inference server:
Solution
Implement Testcontainers.Triton exposing its http and grpc endpoints.
Benefit
Ease integration testing of Triton from C# code. Whoever needs it would benefit from an already existing package.
Alternatives
Using the container builder directly. Keeping the Triton wrapper hidden in the internal codebase.
Would you like to help contributing this enhancement?
Yes
Problem
No wrapper for Nvidia Triton, an open source inference server:
Solution
Implement
Testcontainers.Tritonexposing its http and grpc endpoints.Benefit
Ease integration testing of Triton from C# code. Whoever needs it would benefit from an already existing package.
Alternatives
Using the container builder directly. Keeping the Triton wrapper hidden in the internal codebase.
Would you like to help contributing this enhancement?
Yes