Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Feb 9, 2024
1 parent 69f144b commit 6687070
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions optimum/neuron/utils/hub_neuronx_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ def create_compile_cache():

logger = logging.getLogger(__name__)

# def optimum_neuron_cc_wrapper_is_in_path() -> bool:
# path = os.environ["PATH"]
# directories = path.split(":")
# return any(directory.endswith("optimum/neuron/utils") for directory in directories)
#
# def check_optimum_neuron_cc_wrapper_is_in_path():
# if not optimum_neuron_cc_wrapper_is_in_path():
# logger.warning("The ")


class CompileCacheHfProxy(CompileCache):
"""A HuggingFace Hub proxy cache implementing the CompileCache API.
Expand Down

0 comments on commit 6687070

Please sign in to comment.