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

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.