Skip to content

Commit 6d98ac2

Browse files
report_to in hyperparameters for wandb
1 parent 7664e27 commit 6d98ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3007,7 +3007,7 @@ def create_fine_tune(
30073007
fine_tuning_method: Fine-tuning method. Currently unused,
30083008
but when different techniques are implemented we will expose this field.
30093009
hyperparameters: Hyperparameters to pass in to training job.
3010-
wandb_config: Configuration for Weights and Biases. `api_key` must be provided which is the API key.
3010+
wandb_config: Configuration for Weights and Biases. To enable set `hyperparameters["report_to"]` to `wandb`. `api_key` must be provided which is the API key.
30113011
suffix: Optional user-provided identifier suffix for the fine-tuned model.
30123012
30133013
Returns:

0 commit comments

Comments
 (0)