From 8cad3a736a833bc4c9b4dd34ef12b52ec0e68856 Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Tue, 20 Jul 2021 04:02:06 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5287fd..5d2d20c 100644 --- a/README.md +++ b/README.md @@ -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.