Skip to content

Commit

Permalink
Remove --user as per user requested. (#2130)
Browse files Browse the repository at this point in the history
Summary:
Addresses user comment on #2123

Pull Request resolved: #2130

Reviewed By: aaronenyeshi

Differential Revision: D53008231

Pulled By: xuzhao9

fbshipit-source-id: 10b6bfd92109ff7922ee9ff3a682587a8a09d956
  • Loading branch information
xuzhao9 authored and facebook-github-bot committed Jan 25, 2024
1 parent 10d18a2 commit 9910b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchbenchmark/models/BERT_pytorch/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def setup_install():
subprocess.check_call([sys.executable, '-m', "pip", 'install', '--user', '-e', '.'])
subprocess.check_call([sys.executable, '-m', "pip", 'install', '-e', '.'])

if __name__ == '__main__':
setup_install()

0 comments on commit 9910b31

Please sign in to comment.