Evaline Ju

Results 8 issues of Evaline Ju

Our project using this client used to work with the legacy `promlegacy` Prometheus metrics, but recently, our instances were upgraded, causing all `promlegacy` metrics to disappear. On the dashboard front,...

**What this PR does / why we need it**: After rpc errors were interpreted as caikit core exceptions in https://github.com/caikit/caikit-nlp/pull/355, when the servicers get called, these always get interpreted as...

## Is your feature request related to a problem? Please describe. In one of the services that used caikit it was discovered that list inputs were not processed correctly, namely...

Tracking issue for: - [ ] https://github.com/caikit/caikit/security/code-scanning/4

## Describe the bug There needs to be updates to `from_proto` and/or initialization for enums, in addition to what was added to `to_proto` in https://github.com/caikit/caikit/pull/95 ## Sample Code Currently an...

bug

## Is your feature request related to a problem? Please describe. The `py-grpc-prometheus` dependency for metrics serving is fairly outdated and not very maintained. We want to investigate a more...

enhancement

## Is your feature request related to a problem? Please describe. Caikit today assumes model type is given by [model mesh](https://github.com/kserve/modelmesh), where users don't generally map specific model implementations to...

enhancement

## Describe the bug Some [batcher tests](https://github.com/caikit/caikit/blob/main/tests/runtime/model_management/test_batcher.py) tend to deadlock occasionally and skipped for now (by pytest). ## Sample Code `pytest tests/runtime/model_management/test_batcher` (may need to be run multiple times) ##...

bug