Skip to content

Commit

Permalink
Merge pull request #57 from togethercomputer/arsh/wand-params
Browse files Browse the repository at this point in the history
Add WandB params
  • Loading branch information
Nutlope authored Nov 21, 2024
2 parents ac7c6a6 + 51379e0 commit 665f9e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,15 @@ paths:
wandb_api_key:
type: string
description: API key for Weights & Biases integration
wandb_base_url:
type: string
description: The base URL of a dedicated Weights & Biases instance.
wandb_project_name:
type: string
description: The Weights & Biases project for your run. If not specified, will use `together` as the project name.
wandb_name:
type: string
description: The Weights & Biases name for your run.
train_on_inputs:
oneOf:
- type: boolean
Expand Down

0 comments on commit 665f9e2

Please sign in to comment.