Gabe Goodhart

Results 25 issues of Gabe Goodhart

## Is your feature request related to a problem? Please describe. There is currently a discrepancy in how the `package` is named the `caikit.interfaces.runtime.data_model` objects: * The `info` objects use...

## Is your feature request related to a problem? Please describe. Currently, attempts to update to allow `pandas>1` [fail badly](https://github.com/caikit/caikit/actions/runs/7405881564). It would be good to address these issues so that...

## Description Follow up to [the TS Data Model PR](https://github.com/caikit/caikit/pull/407) on this comment: https://github.com/caikit/caikit/pull/407#discussion_r1420796615

## Description Follow up to [the TS Data Model PR](https://github.com/caikit/caikit/pull/407) on this comment: https://github.com/caikit/caikit/pull/407/files#r1387152438

## Description Follow up to [the TS Data Model PR](https://github.com/caikit/caikit/pull/407) on this comment: https://github.com/caikit/caikit/pull/407/files#r1300633333

## Describe the bug When declaring a `dataobject` with a custom `__init__`, the decorator [looks for the presence of `__annotations__`](https://github.com/caikit/caikit/blob/main/caikit/core/data_model/dataobject.py#L474) on the `__init__` function to determine whether it was created...

## Describe the bug The original intent was to guarantee that `core` modules knew only about `config` and `core`. Recently, [that has blurred a bit](https://github.com/caikit/caikit/blob/main/caikit/core/data_model/base.py#L989) around usage of "core" common...

## Is your feature request related to a problem? Please describe. As a user of `caikit.runtime`, I need to be able to know what happens when an inference call for...

enhancement

## Is your feature request related to a problem? Please describe. Currently, the HTTP server [only supports unary/unary and unary/stream task inference](https://github.com/caikit/caikit/blob/main/caikit/runtime/http_server.py#L238). We need to support `stream/unary` and `stream/stream` as...

enhancement

## Describe the bug Example: https://github.com/caikit/caikit/actions/runs/5941948770/job/16113883910?pr=425#step:5:185 [logs_3120.zip](https://github.com/IBM/py-to-proto/files/12411182/logs_3120.zip)

bug