Skip to content

Commit

Permalink
Change the model
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 20, 2024
1 parent 4c2721b commit 1918fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchbenchmark/models/doctr_reco_predictor/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def pip_install_requirements_doctr():
)
except:
warnings.warn(
"The doctr_det_predictor model requires conda binary libaries to be installed. Missing conda packages might break this model."
"The doctr_reco_predictor model requires conda binary libaries to be installed. Missing conda packages might break this model."
)
pip_install_requirements()

Expand Down

0 comments on commit 1918fa0

Please sign in to comment.