Skip to content

Releases: flyteorg/flytekit

v1.13.2

02 Aug 20:57
72da0d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.1...v1.13.2

[Beta] v1.13.2b1

01 Aug 20:07
3549597
Compare
Choose a tag to compare
[Beta] v1.13.2b1 Pre-release
Pre-release

from v1.13.2b0

What's Changed

New Contributors

Full Changelog: v1.13.2b0...v1.13.2b1

v1.13.2b0

29 Jul 20:51
5bc5d5c
Compare
Choose a tag to compare
v1.13.2b0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.13.1...v1.13.2b0

v1.13.1

29 Jul 17:23
b79c7a3
Compare
Choose a tag to compare

Notes

flytekitplugins-kfpytorch

The distributed pytorch and distributed elastic-pytorch tasks in flytekitplugins-kfpytorch by default increase the shared memory limit by mounting an emptyDir volume with medium Memory to to /dev/shm as this is almost always required when working with torch multiprocessing (e.g. multi-processed data loader workers or local worker group in distributed training). To disable this, pass increase_shared_mem=False to task_config=PyTorch/Elastic. Elastic tasks now also set a default join timeout of 15 minutes to prevent timeouts when some worker pods require a node scale-up. This setting can be modified via task_config=Elastic(rdzv_configs{...}).

What's Changed

Full Changelog: v1.13.0...v1.13.1

v1.13.1a5

29 Jul 11:14
b79c7a3
Compare
Choose a tag to compare
v1.13.1a5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.13.1a4...v1.13.1a5

v1.13.1a4

29 Jul 07:05
d507328
Compare
Choose a tag to compare
v1.13.1a4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.13.1a3...v1.13.1a4

v1.13.1a3

26 Jul 17:51
77d056a
Compare
Choose a tag to compare
v1.13.1a3 Pre-release
Pre-release

What's Changed

  • add kubernetes package to official docker image again by @flixr in #2589
  • Feat: Improve UX of pytorch-elastic plugin by configuring reasonable defaults by @fg91 in #2543
  • Improved date parsing in CLI with meta variables by @kumare3 in #2595
  • truncate sagemaker agent outputs and automate idempotence token handling by @samhita-alla in #2588
  • [BUG] support setting extended resources for array node map tasks by @pvditt in #2592
  • Fix DataClass Json Schema Error for get literal type method by @Future-Outlier in #2587
  • Sagemaker dict determinism by @samhita-alla in #2597
  • refactor(core): Enhance return type extraction logic by @pingsutw in #2598
  • Feat: Make exception raised by external command authenticator more actionable by @fg91 in #2594
  • Fix: Properly re-raise non-grpc exceptions during refreshing of proxy-auth credentials in auth interceptor by @fg91 in #2591
  • validate idempotence token length in subsequent tasks by @samhita-alla in #2604
  • Add nvidia-l4 gpu accelerator by @eapolinario in #2608

Full Changelog: v1.13.1a2...v1.13.1a3

v1.13.1a2

19 Jul 17:20
f04f206
Compare
Choose a tag to compare
v1.13.1a2 Pre-release
Pre-release

What's Changed

  • Replace super(AsyncAgentBase) with super(DatabricksAgent) by @pingsutw in #2590

Full Changelog: v1.13.1a1...v1.13.1a2

v1.13.1a1

19 Jul 00:46
5a4ba2f
Compare
Choose a tag to compare
v1.13.1a1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.13.0...v1.13.1a1

[pre alpha test] elastic model cards

10 Jul 06:10
Compare
Choose a tag to compare
Pre-release
remove prints

Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>