Skip to content

Commit

Permalink
fix typo in README.md (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasia123 authored Jul 24, 2023
1 parent 0e91001 commit 7c9564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmocr_sam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The project is migrated from [OCR-SAM](https://github.com/yeungchenwa/OCR-SAM),
## Installation

```shell
conda create --n ocr-sam python=3.8 -y
conda create -n ocr-sam python=3.8 -y
conda activate ocr-sam
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113

Expand Down

0 comments on commit 7c9564a

Please sign in to comment.