Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added YOLOv5_AUTOINSTALL environment variable #7505

Merged
merged 2 commits into from
Apr 20, 2022

Commits on Apr 20, 2022

  1. Added a way to skip dependency auto-installation.

    Setting the environment variable `YOLOv5_AUTOINSTALL=False` will
    skip installing any missing dependencies as if the user had passed
    `install=False` to `check_requirements`.
    jkocherhans authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6991822 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    glenn-jocher authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    1186149 View commit details
    Browse the repository at this point in the history