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

Configure a directory with Weights & Biases

## Usage

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

## Options

| Option            | Description                                                   |
| :---------------- | :------------------------------------------------------------ |
| `--project`, `-p` | The project to use.                                           |
| `--entity`, `-e`  | The entity to scope the project to.                           |
| `--reset`         | Reset settings (default: False)                               |
| `--mode`, `-m`    | Can be "online", "offline" or "disabled". Defaults to online. |
