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

# wandb init

ディレクトリーに Weights & Biases の設定を行います。

## 使用法

```bash theme={null}
wandb init [OPTIONS]
```

## オプション

| オプション             | 説明                                                            |
| :---------------- | :------------------------------------------------------------ |
| `--project`, `-p` | 使用する Projects を指定します。                                         |
| `--entity`, `-e`  | Projects のスコープ対象となる Entities を指定します。                          |
| `--reset`         | 設定 をリセットします (デフォルト: False)                                    |
| `--mode`, `-m`    | "online", "offline", または "disabled" を指定できます。デフォルトは online です。 |
