<@U05L0PHV42V> / <@U06JPS851AT> maybe we should au...
# flyte-support
f
@calm-zoo-68637 / @icy-tent-98067 maybe we should automatically hash FlytePickle, as we make it cacheable. Cc @glamorous-carpet-83516 / @high-accountant-32689 We could generate the hash and also add object type to it for extra correctness?
i
I can imagine a lot of use cases where that would be very useful. IMHO cacheability is the most valuable benefit of workflow orchestration My project is quite content with just using dataclasses and Flyte files / dirs, however. I don’t use FlytePickle whatsoever.
💯 1
f
Good that’s what I would love for everyone
The true power of Flyte shines when you open up the data
And thank you for the support @icy-tent-98067
i
Oh yeah. Artifact management is the bane of every DS project. Sure thing, happy to test the functionality.
f
Ohh did you see the union.ai website
The blog will be out today
i
Regarding the serverless offering?
f
No about artifact and auto triggers/ reactive workflow
i
Oh. Negative I haven't seen it yet.
f
i
Woah. Woah. That is crazy. I enjoyed the managed artifacts with arbitrary key-value attributes from KFP v2. I was just expected something comparable. But querying a managed artifact from within a task using those same attributes? That is very pretty. It would make for a much cleaner way to build out complex MLOps workflows.
🚀 2
i
The ideas of contracts and lineage are also very pretty. Reading this article made me realize that I’ve internally normalized unnecessarily over engineered solutions from my previous experiences. For example, I spent a whole day working out a means to create a versioned label for my models that I internally build in order to be compatible with artifact caching (multiple finetuned models originating from any given cached pretrained model). I use this versioned label for artifact storage, training logs, and model deployment. This is pretty standard so I’ve grown accustomed to handling it manually. However, my over engineered solution is just yet another thing to manually manage and keep in mind. I’ll upgrade my system to be better utilize these managed artifacts and enjoy the benefits. I absolutely agree with the premise of this post. Passing around artifacts as URIs is bad practice. Querying them via partitions is beautiful. Tracking lineage allows for accountability. The sum of all of the above allows for better MLOps at scale. It is very well written. Let me integrate it this weekend and better collect my thoughts.
🔥 1
f
It’s only part of Union