-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Use `--skip` to skip the install of certain models. Fixes #2308 Pull Request resolved: #2314 Test Plan: ``` $ python install.py hf_Bert hf_Bart yolov3 --skip hf_Bert yolov3 checking packages torch, torchvision, torchaudio are installed...OK running setup for /Users/xzhao9/git/benchmark/torchbenchmark/models/hf_Bart...OK ``` Reviewed By: eellison Differential Revision: D58767785 Pulled By: xuzhao9 fbshipit-source-id: 5fcf5d539dda322e86bc6c2ae86b37e288ec71ad
- Loading branch information
1 parent
8451c1f
commit 5254910
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters