Niraj Nepal
Niraj Nepal
Description here... Help the reviewer by: - Added Model garden to vertexAI and implemented openai_compatibility support Checklist (if applicable): - [ ] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [ ]...
Added platform support for linux-gnu and linux-musl architectures. Use rake compiler base docker images for both of these platforms and use it to bundle grpc gem to the respective platforms.
Implemented basic metrics for observability. Also implemented AIM telemetry support for firebase Checklist (if applicable): - [ ] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [ ] Tested (manually, unit tested,...
On ARM64, server shutdown could hang for 20+ minutes due to a memory visibility issue in the C-core completion queue. The volatile int flag lacks memory barriers, causing blocked threads...
These examples are based on the corresponding Python [examples](https://github.com/grpc/grpc/tree/master/examples/python/errors)