Hi all, I need help creating and mounting a volume...
# flytekit
c
Hi all, I need help creating and mounting a volume to my task's container. Is there any way to do it, coz I read that currently persistent storage is not supported on flyte backend. Thanks in advance 🙂
g
b
hi @careful-piano-35677 here’s an example of pointing a volume to shared disk: https://github.com/unionai-oss/llm-fine-tuning/blob/main/fine_tuning/llm_fine_tuning_lora.py#L202-L236
c
Thanks you so much guys, @gray-ocean-62145 & @broad-monitor-993 ❤️.