ultralytics 8.0.152 bump torch>=1.8.0 (#4299)

This commit is contained in:
Glenn Jocher 2023-08-11 00:49:55 +02:00 committed by GitHub
parent 6267d6a609
commit 28893d9d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 30 additions and 30 deletions

View file

@ -152,7 +152,7 @@ jobs:
torch: [latest]
include:
- os: ubuntu-latest
python-version: '3.8' # torch 1.7.0 requires python >=3.6, <=3.8
python-version: '3.8' # torch 1.8.0 requires python >=3.6, <=3.8
torch: '1.8.0' # min torch version CI https://pypi.org/project/torchvision/
steps:
- uses: actions/checkout@v3

View file

@ -36,7 +36,7 @@ jobs:
## Install
Pip install the `ultralytics` package including all [requirements](https://github.com/ultralytics/ultralytics/blob/main/requirements.txt) in a [**Python>=3.7**](https://www.python.org/) environment with [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/).
Pip install the `ultralytics` package including all [requirements](https://github.com/ultralytics/ultralytics/blob/main/requirements.txt) in a [**Python>=3.8**](https://www.python.org/) environment with [**PyTorch>=1.8**](https://pytorch.org/get-started/locally/).
```bash
pip install ultralytics