mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-08 18:04:24 +00:00
Update SystemInfo dialog
This commit is contained in:
@@ -105,9 +105,9 @@ const ParseCommandDialog: React.FC<ParseCommandDialogProps> = ({
|
||||
<div>
|
||||
<Label className="text-sm font-medium">Backend Type:
|
||||
<span className="font-normal text-muted-foreground">
|
||||
{backendType === BackendType.LLAMA_CPP && 'Llama Server (llama_cpp)'}
|
||||
{backendType === BackendType.MLX_LM && 'MLX LM (mlx_lm)'}
|
||||
{backendType === BackendType.VLLM && 'vLLM (vllm)'}
|
||||
{backendType === BackendType.LLAMA_CPP && 'Llama Server'}
|
||||
{backendType === BackendType.MLX_LM && 'MLX LM'}
|
||||
{backendType === BackendType.VLLM && 'vLLM'}
|
||||
</span>
|
||||
</Label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user