> ## 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.

#  thoughtful_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

| Argument | Description | Required |
| :------- | :---------- | :------- |
| `PATH`   | 説明なし        | No       |

## Options

| Option               | Description                                                  |
| :------------------- | :----------------------------------------------------------- |
| `--id`               | アップロード先の Run ID。                                             |
| `--project`, `-p`    | アップロード先の Project。                                            |
| `--entity`, `-e`     | 対象となる Entity。                                                |
| `--job_type`         | 関連する Runs をグループ化するための実行タイプを指定します。                            |
| `--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' の形式でタグを置換します。      |
