Skip to content

Commit

Permalink
build(utils): only download files for pytorch (hyperonym#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
orionji authored Apr 20, 2023
1 parent a626b95 commit 10b153f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
cache_dir=cache_dir,
local_dir_use_symlinks=False,
resume_download=True,
allow_patterns=["*.bin", "*.json", "*.model", "*.py"],
)

0 comments on commit 10b153f

Please sign in to comment.