caikit icon indicating copy to clipboard operation
caikit copied to clipboard

Caikit is an AI toolkit that enables users to manage models through a set of developer friendly APIs.

Results 85 caikit issues
Sort by recently updated
recently updated
newest added

## Is your feature request related to a problem? Please describe. Currently, to generate a `ServicePackage` which contains the client stub required to communicate with the caikit runtime, you need...

enhancement

## Is your feature request related to a problem? Please describe. When developing extensions and debugging pipelines, I currently have to step into site packages with my debugger to get...

## 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

## Describe the bug Our current implementation of rpc canceling uses an `AbortableAction` which wraps a `DestroyableThread`, which is simply a thread that exposes an api for a different watching...

bug

## Is your feature request related to a problem? Please describe. When we used to author data models and services by hand, we needed to validate at runtime that all...

## Is your feature request related to a problem? Please describe. We'd like to be able to support the `octet-stream` content type to pass in inference input as raw byte...

## Is your feature request related to a problem? Please describe. The generated training APIs currently include a `model_name` parameter that defines the name of the model to train. This...

enhancement

## Is your feature request related to a problem? Please describe. This is related to issue #15 - to caikit CI infrastructure rather than caikit itself. ## Describe the solution...

## Describe the bug `dump_interfaces` creates `Training` interfaces for libraries where no modules support `train`.

bug

## Is your feature request related to a problem? Please describe. Today we don't catch things like unused imports. Statistics from `flake8` with default config: ``` 2 E203 whitespace before...

good first issue