Skip to content

Commit

Permalink
Changed to in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanswyi committed Feb 15, 2024
1 parent bf202ef commit 40db40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/integrations/integration_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ def setup(self, args, state, model):
remote server, e.g. s3 or GCS. If set to `True` or *1*, will copy each saved checkpoint on each save in
[`TrainingArguments`]'s `output_dir` to the local or remote artifact storage. Using it without a remote
storage will just copy the files to your artifact location.
- **MLFLOW_TRACKING_URI** (`str`, *optional*, defaults to `None`):
- **MLFLOW_TRACKING_URI** (`str`, *optional*, defaults to `""`):
Whether to store runs at a specific path or remote server. Default to an empty string which will store runs
at `./mlruns` locally.
- **MLFLOW_EXPERIMENT_NAME** (`str`, *optional*, defaults to `None`):
Expand Down

0 comments on commit 40db40f

Please sign in to comment.