New RunLLM response generated: >>>*# Question* Hi...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* Hi, What is the correct Flyte way to return a list of files? (they are currently in a zip, and i want to split them into batches after). When i return List[FlyeFile] i get permission denied for the files (saving in /tmp) # Answer To return a list of files in Flyte, you should use the
FlyteFile
type. If you encounter permission issues when saving files in
/tmp
, consider using a different directory with appropriate permissions. Ensure that the directory is writable by the Flyte process. Would you like more detail on how to handle file permissions or how to use
FlyteFile
effectively? Sources: - https://github.com/flyteorg/flyte/issues/3632 - https://github.com/flyteorg/flyte/issues/2806 Slack Link https://.slack.com/archives/CP2HDHKE1/p1730887140.993559 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.