New RunLLM response generated: >>>*# Question* I ...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* I currently am with Flyte v1.11.0 and started to use Intratask checkpoints. This works well when using normal tasks but fails when used inside mapped tasks. According to the docs (https://docs.flyte.org/en/v1.11.0/user_guide/advanced_composition/map_tasks.html) I would need to use ArrayNode in order to get support. So I imported the map_task from flytekit.experimental, but unfortunately, the same error
Checkpointing is not available, please check the version of the platform.
. Does v1.11.0 support checkpointing in mapped tasks? # Answer Flyte v1.11.0 does not support intra-task checkpointing in mapped tasks. This feature is available starting from Flyte v1.12.0 with the introduction of
ArrayNode
. According to the Flyte documentation,
ArrayNode
extends mapping capabilities and supports intra-task checkpointing, among other features. Would you like more details on upgrading to v1.12.0 or how to use
ArrayNode
? Sources: - Flyte documentation Slack Link https://.slack.com/archives/CP2HDHKE1/p1728208439.539029 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.