Skip to content

Commit

Permalink
Update optimum/neuron/utils/hub_neuronx_cache.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Benayoun <[email protected]>
  • Loading branch information
dacorvo and michaelbenayoun authored Jan 26, 2024
1 parent 1b4a731 commit 4765f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/neuron/utils/hub_neuronx_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def hub_neuronx_cache(entry: Optional[CacheEntry] = None):
"""A context manager to activate the Hugging Face Hub proxy compiler cache.
Args:
entry (`CacheEntry`):
entry (`Optional[CacheEntry]`, defaults to `None`):
An optional dataclass containing metadata associated with the cache session.
Will create a dedicated entry in the cache registry.
"""
Expand Down

0 comments on commit 4765f2f

Please sign in to comment.