api.wandb.ai.
The following checks are run in order:
- Host check - Verify the host is not
api.wandb.ai. - Login check - Verify the API key authenticates successfully.
- Secure requests check - Verify requests use HTTPS.
- Large payload check - Verify the instance handles large payloads (~10MB).
- Secure requests check - Verify signed URL requests use HTTPS.
- CORS configuration - Verify the object store allows GET and PUT requests from the W&B instance.
- W&B version - Verify the installed W&B package is compatible with the instance.
- Run check - Log metrics, save files, and download files to verify runs are recorded and accessible.
- Artifact check - Save and download artifacts to verify artifact storage and retrieval work correctly.
- Sweeps check - Create and execute a random sweep to verify the sweep system functions correctly.
code 1 if any critical check fails.
Examples:
Verify the currently configured W&B instance.
Usage
Options
host
Target a specific W&B instance URL. Default to configured base URL.
| Flag | Default | Type |
|---|---|---|
--host | None | STRING |
help
Show this message and exit.
| Flag | Default | Type |
|---|---|---|
--help | False | BOOL |