hey folks, is there a writeup around @parallel <ht...
# dev-metaflow
e
hey folks, is there a writeup around @parallel https://github.com/Netflix/metaflow/issues/444#issuecomment-1489000064 decorator somewhere?
1
a
re: writeup - if you are interested in an example - here is one
We don't have anything written up yet (but a good time to start documenting it). We are happy to answer any specific questions. @acoustic-van-30942 and his team has been using it for some time now - they may have more real world insights to share.
e
got it! I'll have a few use cases for it too. Has anyone tried fine-tuning LLM using this new feature?
a
Hello @echoing-summer-46573, We have been using
@parallel
for a variety of different use cases. I've used it with PyTorch Lightning + Deepspeed to fine-tune an LLM, and @most-leather-78733 is currently experimenting with
@parallel
and FSDP and to fine-tune a T5-3b model. Would be happy to help with any questions you might have.
🙂 1
e
great to know! appreciate it
👍 1