Usage
Description
Run integration checks against a self-hosted W&B instance. Validate that a self-hosted or dedicated cloud W&B deployment is configured and operating correctly. Do not run this command against the public W&B cloud atapi.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.Options
| Flag | Type | Description |
|---|---|---|
--host | STR | Target a specific W&B instance URL. Default to configured base URL. Default: None |