> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

#  start_thought
wandb sync

Synchronize W\&B run data to the cloud.

If PATH is provided, sync runs found at the given path. If a path is not specified, search for `./wandb` first, then search for a `wandb/` subdirectory.

To sync a specific run:

wandb sync ./wandb/run-20250813\_124246-n67z9ude

Or equivalently:

wandb sync ./wandb/run-20250813\_124246-n67z9ude/run-n67z9ude.wandb

W\&B Runs 데이터를 클라우드에 동기화합니다.

`PATH`가 제공되면 해당 경로에서 발견된 Runs를 동기화합니다. 경로를 지정하지 않으면 먼저 `./wandb`를 검색한 다음 `wandb/` 하위 디렉토리를 검색합니다.

특정 run을 동기화하려면 다음을 사용하세요:

wandb sync ./wandb/run-20250813\_124246-n67z9ude

또는 동일하게 다음을 사용할 수 있습니다:

wandb sync ./wandb/run-20250813\_124246-n67z9ude/run-n67z9ude.wandb

## Usage

```bash theme={null}
wandb sync [PATH] [OPTIONS]
```

## Arguments

| 인수     | 설명    | 필수 여부 |
| :----- | :---- | :---- |
| `PATH` | 설명 없음 | 아니오   |

## Options

| 옵션                   | 설명                                                         |
| :------------------- | :--------------------------------------------------------- |
| `--id`               | 업로드하려는 run의 ID.                                            |
| `--project`, `-p`    | 업로드하려는 Projects.                                           |
| `--entity`, `-e`     | 범위를 지정할 Entities.                                          |
| `--job_type`         | 관련 Runs를 함께 그룹화하기 위한 run 유형을 지정합니다.                        |
| `--sync-tensorboard` | tfevent 파일을 wandb로 스트리밍합니다.                                |
| `--include-globs`    | 포함할 glob 패턴의 쉼표 구분 리스트.                                    |
| `--exclude-globs`    | 제외할 glob 패턴의 쉼표 구분 리스트.                                    |
| `--include-online`   | 온라인 Runs 포함                                                |
| `--include-offline`  | 오프라인 Runs 포함                                               |
| `--include-synced`   | 이미 동기화된 Runs 포함                                            |
| `--mark-synced`      | Runs를 동기화됨으로 표시 (기본값: True)                                |
| `--sync-all`         | 모든 Runs 동기화 (기본값: False)                                   |
| `--clean`            | 동기화된 Runs 삭제 (기본값: False)                                  |
| `--clean-old-hours`  | 지정된 시간보다 이전에 생성된 Runs 삭제. --clean 플래그와 함께 사용됩니다. (기본값: 24) |
| `--clean-force`      | 확인 프롬프트 없이 삭제. (기본값: False)                                |
| `--show`             | 표시할 Runs의 수 (기본값: 5)                                       |
| `--append`           | run 추가 (기본값: False)                                        |
| `--skip-console`     | 콘솔 로그 건너뛰기 (기본값: False)                                    |
| `--replace-tags`     | 'old\_tag1=new\_tag1,old\_tag2=new\_tag2' 형식으로 태그 교체       |
