File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ func newConfigureCmd() *cobra.Command {
1313 var opts scheduling.ConfigureRequest
1414
1515 c := & cobra.Command {
16- Use : "configure [--context-size=<n>] MODEL [-- <runtime-flags...>]" ,
17- Short : "Configure runtime options for a model" ,
16+ Use : "configure [--context-size=<n>] MODEL [-- <runtime-flags...>]" ,
17+ Short : "Configure runtime options for a model" ,
18+ Hidden : true ,
1819 Args : func (cmd * cobra.Command , args []string ) error {
1920 argsBeforeDash := cmd .ArgsLenAtDash ()
2021 if argsBeforeDash == - 1 {
Original file line number Diff line number Diff line change 66pname : docker
77plink : docker.yaml
88cname :
9- - docker model configure
109 - docker model df
1110 - docker model inspect
1211 - docker model install-runner
2928 - docker model unload
3029 - docker model version
3130clink :
32- - docker_model_configure.yaml
3331 - docker_model_df.yaml
3432 - docker_model_inspect.yaml
3533 - docker_model_install-runner.yaml
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ options:
1616 kubernetes : false
1717 swarm : false
1818deprecated : false
19- hidden : false
19+ hidden : true
2020experimental : false
2121experimentalcli : false
2222kubernetes : false
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Docker Model Runner
77
88| Name | Description |
99| :------------------------------------------------| :-------------------------------------------------------------------------------|
10- | [ ` configure ` ] ( model_configure.md ) | Configure runtime options for a model |
1110| [ ` df ` ] ( model_df.md ) | Show Docker Model Runner disk usage |
1211| [ ` inspect ` ] ( model_inspect.md ) | Display detailed information on one model |
1312| [ ` install-runner ` ] ( model_install-runner.md ) | Install Docker Model Runner (Docker Engine only) |
You can’t perform that action at this time.
0 commit comments