New RunLLM response generated: >>>*# Question* He...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* Hey all, Any tips on how to make the local cache persistent and possibly more transparent to users(organize directories per wf with readable object names)? # Answer It seems likely that Flyte's local cache is stored by default in
~/.flyte/local-cache/
, and changing this location is not currently configurable according to the Flyte documentation. However, a workaround using symbolic links to redirect the cache directory to another location might be possible. For organizing directories per workflow with readable object names, Flyte does not provide explicit support for this in the available data sources. You might consider implementing a custom solution to manage cache organization externally. Would you like more details on potential workarounds or custom implementations? Sources: - Flyte documentation Slack Link https://flyte.slack.com/archives/CP2HDHKE1/p1733224110.006009 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.