Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglongjiepheonix committed Jul 16, 2024
1 parent eb2a7a6 commit 779c77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/fx/parallelization/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def parallelize_model(
Model revision for weights downloading if a model id is passed.
cache_dir (`Optional[str]`, defaults to `None`):
Cache directory to store downloaded weights. Defaults to None.
local_files_only (bool, defaults to `False`):
local_files_only (`bool`, defaults to `False`):
Whether to use local files only, will avoid downloading from remote if set to `True`.
kwargs (additional keyword arguments, optional):
Addtional keyword arguments for overriding fields in parallel config, model config and `Model.__init__`.
Expand Down

0 comments on commit 779c77d

Please sign in to comment.