Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 19, 2024
1 parent ec9fcc6 commit 7c98b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchbenchmark/models/pytorch_unet/install.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from utils.python_utils import pip_install_requirements

if __name__ == '__main__':
pip_install_requirements()
pip_install_requirements(requirements_txt="pytorch_unet/requirements.txt")

0 comments on commit 7c98b1c

Please sign in to comment.