We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,请问如果使用该框架在单机上调用多个gpu可以实现吗? ip_list = { "1.1.1.1": {}, "2.2.2.2": {}, } 这个设置调用的逻辑是?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
这个只是负载均衡那一层的设置,你还需要部署GPU的服务,然后这里就设置GPU的服务的监听地址
感觉您的解答,意思是如果暂时不需要使用云服务器进行负载均衡的话,lb_view可以不设置吗?
No branches or pull requests
您好,请问如果使用该框架在单机上调用多个gpu可以实现吗?
ip_list = {
"1.1.1.1": {},
"2.2.2.2": {},
}
这个设置调用的逻辑是?
The text was updated successfully, but these errors were encountered: