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.
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:
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.