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
# 配置需要的 GPU 数量
- name: NUMBER_GPUS
value: "2"
# 选择的 Ray 集群的索引号
- name: RAY_CLUSTER_INDEX
value: "0"
# the GPU IDs will be ordered by pci bus IDs.
- name: CUDA_DEVICE_ORDER
value: "PCI_BUS_ID"
# specify which GPU(s) to be used
- name: CUDA_VISIBLE_DEVICES
value: "0,3"
📝 补充信息 | Additional Information
No response
The text was updated successfully, but these errors were encountered:
👀 @nkwangleiGIT
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
🥰 需求描述 | Feature Description
需要支持使用 Ray 作为分布式推理集群
🧐 解决方案 | Proposed Solution
模型服务部署时,需要支持以下配置(高级配置中):
1、选择 Ray 集群进行分布式推理
参考:http://kubeagi.k8s.com.cn/docs/Configuration/DistributedInference/run-inference-using-ray
页面上支持选择使用哪个集群,默认选择第一个
📝 补充信息 | Additional Information
No response
The text was updated successfully, but these errors were encountered: