substratusai / runbooks

Finetune LLMs on K8s by using Runbooks
https://www.substratus.ai
Other
168 stars 14 forks source link

FR: `sub run` notebook support #252

Open samos123 opened 12 months ago

samos123 commented 12 months ago

Ability to use sub run to execute a Notebook definition. This is helpful for long-running Notebooks that aren't a Dataset nor a Model.

Use case: Running a Notebook that might take 10+ hours, for example, I wanted to filter out valid K8s YAML manifests from the-stack dataset which downloads 100+GB of data and in the notebook I push the result back to HuggingFace datasets.

Expected behavior:

Why?

Alternatives