mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Update test configuration to use 'yes' command instead of 'sleep'
This commit is contained in:
@@ -140,10 +140,10 @@ func createTestAppConfig(instancesDir string) *config.AppConfig {
|
|||||||
return &config.AppConfig{
|
return &config.AppConfig{
|
||||||
Backends: config.BackendConfig{
|
Backends: config.BackendConfig{
|
||||||
LlamaCpp: config.BackendSettings{
|
LlamaCpp: config.BackendSettings{
|
||||||
Command: "sleep",
|
Command: "yes",
|
||||||
},
|
},
|
||||||
MLX: config.BackendSettings{
|
MLX: config.BackendSettings{
|
||||||
Command: "sleep",
|
Command: "yes",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Instances: config.InstancesConfig{
|
Instances: config.InstancesConfig{
|
||||||
|
|||||||
Reference in New Issue
Block a user