From 3385e538ee03a814b02b33860646cfb6510de394 Mon Sep 17 00:00:00 2001 From: pharmapsychotic Date: Sun, 19 Mar 2023 23:03:31 -0500 Subject: [PATCH] Update README to 0.6.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acdce7a..2f01b4b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Install with PIP pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu117 # install clip-interrogator -pip install clip-interrogator==0.5.5 +pip install clip-interrogator==0.6.0 ``` You can then use it in your script