Skip to content

Commit

Permalink
Fix typo: "close openclip" -> "clone openclip" (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
EIFY authored Jul 27, 2023
1 parent 24ddefb commit 67e5e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can then install openclip for training with `pip install 'open_clip_torch[tr

#### Development

If you want to make changes to contribute code, you can close openclip then run `make install` in openclip folder (after creating a virtualenv)
If you want to make changes to contribute code, you can clone openclip then run `make install` in openclip folder (after creating a virtualenv)

Install pip PyTorch as per https://pytorch.org/get-started/locally/

Expand Down

0 comments on commit 67e5e5e

Please sign in to comment.