mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +00:00
Remove PythonPath references from MlxServerOptions and related configurations
This commit is contained in:
@@ -90,11 +90,6 @@ const basicMlxFieldsConfig: Record<string, {
|
||||
description: 'The path to the MLX model weights, tokenizer, and config',
|
||||
required: true
|
||||
},
|
||||
python_path: {
|
||||
label: 'Python Virtual Environment Path',
|
||||
placeholder: '/path/to/venv',
|
||||
description: 'Path to Python virtual environment (optional)'
|
||||
},
|
||||
temp: {
|
||||
label: 'Temperature',
|
||||
placeholder: '0.0',
|
||||
|
||||
@@ -176,7 +176,6 @@ export const MlxBackendOptionsSchema = z.object({
|
||||
model: z.string().optional(),
|
||||
host: z.string().optional(),
|
||||
port: z.number().optional(),
|
||||
python_path: z.string().optional(),
|
||||
|
||||
// Model and adapter options
|
||||
adapter_path: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user