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: launch/client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3007,7 +3007,7 @@ def create_fine_tune(
3007
3007
fine_tuning_method: Fine-tuning method. Currently unused,
3008
3008
but when different techniques are implemented we will expose this field.
3009
3009
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.
3011
3011
suffix: Optional user-provided identifier suffix for the fine-tuned model.
0 commit comments