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 Reference [Issue](https://github.com/flyteorg/flyte/issues/6123) ## Why are the changes needed? Huggingface announced a PyTorch memory visualizer that could be valuable for debugging memory-related issues in Flyte tasks, especially for...

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.4.2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1...

dependencies

## Tracking issue flyteorg/flyte#6081 ## Why are the changes needed? While the task input/output is represented as a dataclass or Pydantic model, using the get function to fetch the FlyteRemote...

## Tracking issue ## Why are the changes needed? The Ollama Python API and backend were updated, necessitating unpinning the version and making adjustments to the plugin to ensure compatibility....

## Tracking issue ## Why are the changes needed? Improvement to allow setting labels and annotations dynamically at run time for things like cost allocation. ## What changes were proposed...

Need corresponding updates in flyteidl. They are coming soon

## Tracking issue ## Why are the changes needed? Currently, if a task returns a value but does not specify a return type, the return value will be empty instead...

## Why are the changes needed? Improvement to allow setting labels and annotations dynamically at run time for things like cost allocation ## What changes were proposed in this pull...

## Why are the changes needed? Adding SHM is a necessity for multi-GPU ML training workloads. It is currently not immediately obvious how to do this. ## What changes were...