Skip to content

cake serve documentation is wrong #90

Description

@hpsaturn

Summary

I was trying to start the serve, but I tried many ways but nothing. I have this:

(main) avp:cakeȹ ./target/release/cake serve Qwen/Qwen3-1.7B --cluster-key qwerty123 --api 0.0.0.0:8080 
error: The following required argument was not provided: address

Usage: cake <COMMAND>

For more information, try '--help'.
(main) avp:cakeȹ ./target/release/cake serve Qwen/Qwen3-1.7B --cluster-key qwerty123 --api 0.0.0.0:8080 --address 0.0.0.0:10128
error: the argument '--api <ADDRESS>' cannot be used multiple times

Usage: cake serve [OPTIONS] <model_name>

(main) avp:cakeȹ ./target/release/cake serve Qwen/Qwen3-1.7B 
error: The following required argument was not provided: address

Usage: cake <COMMAND>

./target/release/cake serve Qwen/Qwen3-1.7B --topology topology.yml 
error: The following required argument was not provided: address

Usage: cake <COMMAND>

Context

cargo build --release --features vulkan
cake --version
cake 0.1.0 (current master)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions