Skip to content

Commit

Permalink
Fix file downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Jul 22, 2024
1 parent c110ac9 commit bc24987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/neuron/utils/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

logger = logging.get_logger()

_BASE_RAW_FILES_PATH_IN_GH_REPO = "https://raw.githubusercontent.com/huggingface/optimum-neuron/"
_BASE_RAW_FILES_PATH_IN_GH_REPO = "https://raw.githubusercontent.com/huggingface/optimum-neuron"
_GH_REPO_EXAMPLE_FOLDERS = [
"audio-classification",
"image-classification",
Expand Down

0 comments on commit bc24987

Please sign in to comment.