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
Currently, the ray does not consider different server capabilities and distributes the requests evenly between each server. This shortage can cause the slowest server to be overwhelmed and create a bottleneck for the whole system.
This will happen if we use commercial gpus
Advantages
Fixing this issue allows us to run sdk on ray cluster with different hardware specs.
Possible Implementation
The text was updated successfully, but these errors were encountered:
Enhancement Description
Currently, the ray does not consider different server capabilities and distributes the requests evenly between each server. This shortage can cause the slowest server to be overwhelmed and create a bottleneck for the whole system.
This will happen if we use commercial gpus
Advantages
Possible Implementation
The text was updated successfully, but these errors were encountered: