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 체크).
Usage
Options
| 옵션 | 설명 |
|---|---|
--host | W&B의 특정 인스턴스 테스트 |