fix: distributed inference across workers disabled for vox-box

This commit is contained in:
jialin
2025-07-04 20:57:57 +08:00
parent 04de4ff606
commit ac32e23e87
@@ -452,7 +452,12 @@ const AdvanceConfig: React.FC<AdvanceConfigProps> = (props) => {
</Form.Item>
</div>
)}
{scheduleType === 'auto' && (
{scheduleType === 'auto' &&
[
backendOptionsMap.llamaBox,
backendOptionsMap.vllm,
backendOptionsMap.ascendMindie
].includes(backend) && (
<div style={{ paddingBottom: 22, paddingLeft: 10 }}>
<Form.Item<FormData>
name="distributed_inference_across_workers"