Skip to content

Use mesh-llm serve/client subcommands#8451

Open
michaelneale wants to merge 1 commit intomainfrom
micn/mesh-cli-patch
Open

Use mesh-llm serve/client subcommands#8451
michaelneale wants to merge 1 commit intomainfrom
micn/mesh-cli-patch

Conversation

@michaelneale
Copy link
Copy Markdown
Collaborator

mesh-llm now expects serve or client as the first arg instead of bare flags like --client. The old bare flags still work but show deprecation warnings.

This updates MeshSettings to build the correct command directly:

  • serve --model X for new private mesh
  • serve --auto / client --auto for auto-discover
  • serve --join <token> / client --join <token> for invite join

mesh-llm now expects 'serve' or 'client' as the first arg.

Signed-off-by: Michael Neale <michael.neale@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant