Преглед изворни кода

Update greetings.yml (#6165)

modifyDataloader
Glenn Jocher GitHub пре 2 година
родитељ
комит
968e30065a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      .github/workflows/greetings.yml

+ 3
- 3
.github/workflows/greetings.yml Прегледај датотеку

@@ -37,9 +37,9 @@ jobs:

[**Python>=3.6.0**](https://www.python.org/) with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/). To get started:
```bash
$ git clone https://github.com/ultralytics/yolov5
$ cd yolov5
$ pip install -r requirements.txt
git clone https://github.com/ultralytics/yolov5 # clone
cd yolov5
pip install -r requirements.txt # install
```

## Environments

Loading…
Откажи
Сачувај