Skip to content
Discussion options

You must be logged in to vote

Not sure if you solved it yet.

The issue with your config is that setParamsByID is a filter so it should be under the filters key. I fixed it up for you. Also llama-server will use the defaults you define on the CLI so it is unnecessary to set them again in setParamsByID. I removed those and it shortened things by a bit.

healthCheckTimeout: 180
includeAliasesInList: true
logLevel: "debug"
logToStdout: "both"
sendLoadingState: true

macros:
    "latest-llama": >
        /app/llama-server
        --port ${PORT}

groups:
    "chat-models":
        swap: true
        exclusive: false
        members:
            - "Qwen3.5-35B-A3B"
    "embedding-models":
        swap: true
        exclusive: f…

Replies: 8 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ovidiusoft
Comment options

@shorthopdigital
Comment options

@shorthopdigital
Comment options

Comment options

You must be logged in to vote
3 replies
@ovidiusoft
Comment options

@mostlygeek
Comment options

Answer selected by ovidiusoft
@ovidiusoft
Comment options

Comment options

You must be logged in to vote
2 replies
@mostlygeek
Comment options

@superjamie
Comment options

Comment options

You must be logged in to vote
2 replies
@ovidiusoft
Comment options

@superjamie
Comment options

Comment options

You must be logged in to vote
2 replies
@mostlygeek
Comment options

@superjamie
Comment options

Comment options

You must be logged in to vote
2 replies
@mostlygeek
Comment options

@mpetruc
Comment options

Comment options

You must be logged in to vote
1 reply
@mostlygeek
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants