kitops icon indicating copy to clipboard operation
kitops copied to clipboard

Tools for easing the handoff between AI/ML and App/SRE teams.

Results 63 kitops issues
Sort by recently updated
recently updated
newest added

**Describe the problem you're trying to solve** It should be possible to use corporate proxy with kit CLI **Describe the solution you'd like** kit CLI should respect the HTTP_PROXY* environment...

enhancement
good first issue
hacktoberfest
hacktoberfest-accepted

**Describe the problem you're trying to solve** Once I have a number of ModelKits in my local repository, it can become annoying to have to clean them out one-by-one. **Describe...

enhancement
CLI
hacktoberfest

**Describe the problem you're trying to solve** To reduce adoption friction among data scientists we need a Python library that makes it trivial for someone to create a kitfile or...

enhancement
hacktoberfest

### Description This PR adds a flag `--filter` (`-f` for short) that can be used to filter which parts of a Kitfile are unpacked in a `kit unpack` operation. In...

### Description Add a Dockerfile that just builds the Kit CLI and includes it in a container. While this container can be used to quickly run Kit commands, e.g. ```shell...

**Describe the problem you're trying to solve** Scan and generate SBOMs from a ModelKit content. **Describe the solution you'd like** add a new kit command to generate an SBOM from...

enhancement

**Describe the problem you're trying to solve** Using init containers to prime the inference engine with the model artifacts is a commonly used pattern for running models on a Kubernetes...

enhancement

**Describe the problem you're trying to solve** It should be possible to unpack only named artifacts from an artifact group. For instance, it should be possible to unpack only README.md...

enhancement

### Describe the problem you're trying to solve Proof of Concept (PoC) a generic inference container that uses Triton as the inference engine and can download and utilize a ModelKit...

enhancement