Update README.md

This commit is contained in:
boba_and_beer 2021-01-27 01:12:22 +11:00 committed by GitHub
parent d960552677
commit 257e92e291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ CLIP (Contrastive Language-Image Pre-Training) is a neural network trained on a
## Usage
First, [install PyTorch 1.7.1](https://pytorch.org/get-started/locally/) and torchvision, as well as small additional dependencies. On a CUDA GPU machine, the following will do the trick:
```bash
$ pip install clip-by-openai
```