-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
After play with Playground for a while, I feel that the models supported by DAN are still too few. I am thinking about how to make DAN support as many models as possible.
Here is a possible solution:
- dan-server provides a list of supported models.
- Donors decide which models to add to their donated nodes.
- The model list on the node is automatically reported to the dan-server.
- API users specify the model in the task.
- After receiving the task, dan-server searches for nodes that have these models.
- Among the nodes that have the target model, the one with the lowest load is selected to schedule the task.
This solution requires dan-node to provide a set of management functions, so the implementation of this solution may have to be postponed until the implementation of custom nodes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels