fix typo in README.md

This commit is contained in:
Chenxiao Wang
2024-06-07 14:42:40 +08:00
committed by GitHub
parent 31eaa26ee1
commit 8d0595afdf

View File

@@ -626,7 +626,7 @@ pip install -e .
```
3. Install timm:
```shell
pip install timm=0.9.10
pip install timm==0.9.10
```
4. Run our demo:
```shell