mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 17:14:28 +00:00
Add node selection functionality to InstanceSettingsCard and define Node API
This commit is contained in:
@@ -39,6 +39,9 @@ export const CreateInstanceOptionsSchema = z.object({
|
||||
// Backend configuration
|
||||
backend_type: z.enum([BackendType.LLAMA_CPP, BackendType.MLX_LM, BackendType.VLLM]).optional(),
|
||||
backend_options: BackendOptionsSchema.optional(),
|
||||
|
||||
// Node configuration
|
||||
nodes: z.array(z.string()).optional(),
|
||||
})
|
||||
|
||||
// Re-export types and schemas from backend files
|
||||
|
||||
Reference in New Issue
Block a user