You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/ref/cli/wandb-agent.mdx
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,25 @@
1
1
---
2
-
title: "wandb agent"
2
+
title: wandb agent
3
3
---
4
4
5
-
**Usage**
5
+
Run the W&B agent
6
6
7
-
`wandb agent [OPTIONS] SWEEP_ID`
7
+
## Usage
8
8
9
-
**Summary**
9
+
```bash
10
+
wandb agent SWEEP_ID [OPTIONS]
11
+
```
10
12
11
-
Run the W&B agent
13
+
## Arguments
12
14
15
+
| Argument | Description | Required |
16
+
| :--- | :--- | :--- |
17
+
|`SWEEP_ID`| No description available | Yes |
13
18
14
-
**Options**
19
+
## Options
15
20
16
-
|**Option**|**Description**|
21
+
| Option | Description |
17
22
| :--- | :--- |
18
-
|`-p, --project`| The name of the project where W&B runs created from the sweep are sent to. If the project is not specified, the run is sent to a project labeled 'Uncategorized'. |
19
-
|`-e, --entity`| The username or team name where you want to send W&B runs created by the sweep to. Ensure that the entity you specify already exists. If you don't specify an entity, the run will be sent to your default entity, which is usually your username. |
23
+
|`--project`, `-p`| The name of the project where W&B runs created from the sweep are sent to. If the project is not specified, the run is sent to a project labeled 'Uncategorized'. |
24
+
|`--entity`, `-e`| The username or team name where you want to send W&B runs created by the sweep to. Ensure that the entity you specify already exists. If you don't specify an entity, the run will be sent to your default entity, which is usually your username. |
20
25
|`--count`| The max number of runs for this agent. |
| cleanup | Clean up less frequently used files from the artifacts cache |
25
-
1
+
---
2
+
title: wandb artifact cache
3
+
---
4
+
5
+
Commands for interacting with the artifact cache
6
+
7
+
## Usage
8
+
9
+
```bash
10
+
wandb artifact cache COMMAND [ARGS]...
11
+
```
12
+
13
+
## Commands
14
+
15
+
| Command | Description |
16
+
| :--- | :--- |
17
+
|[cleanup](/models/ref/cli/wandb-artifact/wandb-artifact-cache/wandb-artifact-cache-cleanup)| Clean up less frequently used files from the artifacts cache |
0 commit comments