api.wandb.ai (host check).
Verifies if the user is logged in correctly using the provided API key (login check).
Checks that requests are made over HTTPS (secure requests).
Validates the CORS (Cross-Origin Resource Sharing) configuration of the object store (CORS configuration).
Logs metrics, saves, and downloads files to check if runs are correctly recorded and accessible (run check).
Saves and downloads artifacts to verify that the artifact storage and retrieval system is working as expected (artifact check).
Tests the GraphQL endpoint by uploading a file to ensure it can handle signed URL uploads (GraphQL PUT check).
Checks the ability to send large payloads through the proxy (large payload check).
Verifies that the installed version of the W&B package is up-to-date and compatible with the server (W&B version check).
Creates and executes a sweep to ensure that sweep functionality is working correctly (sweeps check).
W&B のローカルインスタンスをチェックし、検証します。W&B は以下の項目を確認します:
ホストが api.wandb.ai ではないことを確認します(ホストチェック)。
提供された APIキー を使用して、ユーザーが正しくログインしているかを確認します(ログインチェック)。
リクエストが HTTPS 経由で行われているかを確認します(セキュアリクエスト)。
オブジェクトストアの CORS(Cross-Origin Resource Sharing)設定を検証します(CORS 設定)。
メトリクスを ログ 記録し、ファイルを保存およびダウンロードして、Runs が正しく記録され、アクセス可能であることを確認します(Run チェック)。
Artifacts を保存およびダウンロードして、アーティファクトの保存および取得システムが期待通りに動作しているかを確認します(Artifact チェック)。
ファイルをアップロードして GraphQL エンドポイントをテストし、署名付き URL アップロードを処理できることを確認します(GraphQL PUT チェック)。
プロキシ経由で大きなペイロードを送信できるかを確認します(ラージペイロードチェック)。
インストールされている W&B パッケージの バージョン が最新であり、サーバー と互換性があることを確認します(W&B バージョン チェック)。
Sweeps を作成および実行して、スイープ機能が正しく動作しているかを確認します(Sweeps チェック)。
使用方法
オプション
| オプション | 説明 |
|---|---|
--host | W&B の特定のインスタンスをテストします |