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