fix: enable distributed inference field for mindie
This commit is contained in:
@@ -452,10 +452,7 @@ const AdvanceConfig: React.FC<AdvanceConfigProps> = (props) => {
|
||||
</Form.Item>
|
||||
</div>
|
||||
)}
|
||||
{scheduleType === 'auto' &&
|
||||
[backendOptionsMap.llamaBox, backendOptionsMap.vllm].includes(
|
||||
backend
|
||||
) && (
|
||||
{scheduleType === 'auto' && (
|
||||
<div style={{ paddingBottom: 22, paddingLeft: 10 }}>
|
||||
<Form.Item<FormData>
|
||||
name="distributed_inference_across_workers"
|
||||
|
||||
Reference in New Issue
Block a user