Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Feb 15, 2024
1 parent 738ef38 commit 3522de8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions optimum/commands/neuron/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
CACHE_REPO_NAME,
HF_HOME_CACHE_REPO_FILE,
create_custom_cache_repo,
list_in_registry,
load_custom_cache_repo_name_from_hf_home,
set_custom_cache_repo_name_in_hf_home,
)
from ...neuron.utils.runner import ExampleRunner
Expand Down Expand Up @@ -226,7 +224,7 @@ class CustomCacheRepoCommand(BaseOptimumCLICommand):
),
CommandInfo(
name="synchronize",
help="Synchronize the neuronx compiler cache with a hub cache repo (inferentia only).",
help="Synchronize the neuronx compiler cache with a hub cache repo.",
subcommand_class=SynchronizeRepoCommand,
),
CommandInfo(
Expand Down

0 comments on commit 3522de8

Please sign in to comment.