Update README.md

This commit is contained in:
Jong Wook Kim 2021-07-20 04:02:06 -07:00 committed by GitHub
parent dff9d15305
commit 8cad3a736a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ The CLIP module `clip` provides the following methods:
Returns the names of the available CLIP models.
#### `clip.load(name, device=..., jit=True)`
#### `clip.load(name, device=..., jit=False)`
Returns the model and the TorchVision transform needed by the model, specified by the model name returned by `clip.available_models()`. It will download the model as necessary. The `name` argument can also be a path to a local checkpoint.