llama-stack
llama-stack copied to clipboard
Persistence for localfs dataset provider
🚀 Describe the new functionality needed
-
We should be able to persist localfs datasetio provider: https://github.com/meta-llama/llama-stack/blob/b1a63df8cdae6e45d1db10f8c73eca6cd75ba68e/llama_stack/providers/inline/datasetio/localfs/datasetio.py#L82-L98
-
Example persistence for huggingface datasetio provider: https://github.com/meta-llama/llama-stack/blob/b1a63df8cdae6e45d1db10f8c73eca6cd75ba68e/llama_stack/providers/remote/datasetio/huggingface/huggingface.py#L55-L78
💡 Why is this needed? What if we don't build it?
Consistent persistence alignment for datasetio providers
Other thoughts
No response