Skip to content

Commit

Permalink
Shell script for automatic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Apr 9, 2023
1 parent 2214ffa commit 9eaae20
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,13 @@ model ID through the API.
}
```

### How can I retrieve model information?
`infer` is the default(prefer) inference settings for the model.

You can access f"{self.base_url}/model/list?show_speaker=True&show_ms_config=True" to obtain detailed information about
`info` is the model information.

### How can I retrieve these model information?

You can access `{your_base_url}/model/list?show_speaker=True&show_ms_config=True` to obtain detailed information about
model roles and configurations.

## TODO 📝
Expand Down

0 comments on commit 9eaae20

Please sign in to comment.