mirror of
https://github.com/open-mmlab/mim.git
synced 2025-06-03 14:59:11 +08:00
fix typo
This commit is contained in:
parent
fe3ef4e4f7
commit
47503dd9c9
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user