diff --git a/mim/commands/download.py b/mim/commands/download.py index 4f5e5f0..a7f30bb 100644 --- a/mim/commands/download.py +++ b/mim/commands/download.py @@ -49,7 +49,7 @@ def download(package: str, """Download checkpoints from url and parse configs from package. Args: - package (str): Name of pakcage. + package (str): Name of package. configs (List[str]): List of config ids. dest_root (Optional[str]): Destination directory to save checkpoint and config. Default: None. diff --git a/mim/commands/install.py b/mim/commands/install.py index d92188d..8822385 100644 --- a/mim/commands/install.py +++ b/mim/commands/install.py @@ -301,7 +301,7 @@ def install_dependencies(dependencies: List[List[str]], """Install dependencies, such as mmcls depends on mmcv. Args: - dependencies (list): The list of denpendency. + dependencies (list): The list of dependency. timeout (int): The socket timeout. Default: 15. is_yes (bool): Don’t ask for confirmation of uninstall deletions. Default: False.