메인 콘텐츠로 건너뛰기
Verify and store your API key for authentication with W&B services. By default, only store credentials locally without verifying them with W&B. To verify credentials, set --verify=True. For server deployments (dedicated cloud or customer-managed instances), specify the host URL using the --host flag. You can also set environment variables WANDB_BASE_URL and WANDB_API_KEY instead of running the login command with host parameters. W&B 서비스 인증을 위해 API 키를 확인하고 저장합니다. 기본적으로 W&B의 확인 절차 없이 로컬에만 자격 증명을 저장합니다. 자격 증명을 확인하려면 --verify=True로 설정하세요. 서버 배포 (전용 클라우드 또는 고객 관리형 인스턴스)의 경우, --host 플래그를 사용하여 호스트 URL을 지정하세요. login 코맨드를 호스트 파라미터와 함께 실행하는 대신 WANDB_BASE_URLWANDB_API_KEY 환경 변수를 설정할 수도 있습니다.

Usage

wandb login [KEY] [OPTIONS]

Arguments

인수설명필수 여부
KEY설명 없음아니요

Options

옵션설명
--cloud로컬 대신 클라우드에 로그인 (기본값: False)
--host, --base-url특정 W&B 인스턴스에 로그인
--relogin이미 로그인된 경우 강제로 다시 로그인
--verify로그인 자격 증명 확인 (기본값: False)