flytekit icon indicating copy to clipboard operation
flytekit copied to clipboard

Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.

Results 305 flytekit issues
Sort by recently updated
recently updated
newest added

## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots ##...

## Tracking issue NA ## Why are the changes needed? Error message is cryptic ## What changes were proposed in this pull request? - Use the rich panel to print...

## Tracking issue Fixes https://github.com/flyteorg/flyte/issues/5478 ## Why are the changes needed? This PR adds NIM to `flytekit/core` to enable serving optimized model containers, which can include NVIDIA CUDA software, NVIDIA...

## Tracking issue NA ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ```python import os from click.testing...

## Why are the changes needed? This PR adds a comet-ml plugin to flytekit. ## What changes were proposed in this pull request? This PR adds a `comet_ml_init` task decorator...

## Tracking issue https://github.com/flyteorg/flyte/issues/3936 ## Why are the changes needed? Skypilot agent ## What changes were proposed in this pull request? Please refer to the diagram ![image](https://github.com/user-attachments/assets/33f44e83-dec3-4598-a407-107276077420) ## How was...

## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots ##...

## Tracking issue NA ## Why are the changes needed? Cannot control the order of the docker command ## What changes were proposed in this pull request? `.with_packages` will return...

## Tracking issue As a result of the [initiative](https://github.com/flyteorg/flytekit/pull/2307), [issues](https://github.com/flyteorg/flyte/issues/5344), [discussions](https://github.com/flyteorg/flytekit/pull/2328) and serial trials and errors in `flyrs` branch [1](https://github.com/flyteorg/flytekit/pull/2414) [2](https://github.com/flyteorg/flytekit/pull/2415) this PR aims to create another FlyteRemote in`remote/remote_rs.py` which...

## What changes were proposed in this pull request? Adding a new agent to run Flyte tasks on the Perian Job Platform (perian.io). ## How was this patch tested? *...