From 40db40ff4ef94ed7bd0d956bdd127a13ab5c0a4e Mon Sep 17 00:00:00 2001 From: "Sean (Seok-Won) Yi" Date: Fri, 16 Feb 2024 05:42:12 +0900 Subject: [PATCH] Changed to in docstring. --- src/transformers/integrations/integration_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/integrations/integration_utils.py b/src/transformers/integrations/integration_utils.py index da28050dfccd11..3af00c98eb66b2 100644 --- a/src/transformers/integrations/integration_utils.py +++ b/src/transformers/integrations/integration_utils.py @@ -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`):