You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
My Idea would be, to add a dask4dvc.yaml file (or alternatively the meta key in dvc.yamlhttps://distributed.dask.org/en/stable/resources.html) to define the resources that should be acquired for the respective Node.
Currently there is no way of setting the resources required per Node. There are ways to define this for the
client.submit
via https://distributed.dask.org/en/stable/resources.html.My Idea would be, to add a
dask4dvc.yaml
file (or alternatively themeta
key indvc.yaml
https://distributed.dask.org/en/stable/resources.html) to define the resources that should be acquired for the respective Node.we parse this file, if it exists and use it here:
dask4dvc/dask4dvc/utils/graph.py
Lines 96 to 101 in 86396b2
Furthermore, we might also want to have a general section e.g. for https://jobqueue.dask.org/en/latest/generated/dask_jobqueue.SLURMCluster.html
The text was updated successfully, but these errors were encountered: