From 122c041aade6bd4ba5547c466ce84fdcda50870c Mon Sep 17 00:00:00 2001 From: pharmapsychotic Date: Thu, 20 Oct 2022 22:54:46 -0500 Subject: [PATCH] Pin v1 of notebook to v1 branch of repo so it stays using old data --- clip_interrogator.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clip_interrogator.ipynb b/clip_interrogator.ipynb index 09afc99..d5a878f 100644 --- a/clip_interrogator.ipynb +++ b/clip_interrogator.ipynb @@ -44,7 +44,7 @@ "#@title Setup\n", "!pip3 install ftfy regex tqdm transformers==4.15.0 timm==0.4.12 fairscale==0.4.4\n", "!pip3 install git+https://github.com/openai/CLIP.git\n", - "!git clone https://github.com/pharmapsychotic/clip-interrogator.git\n", + "!git clone -b v1 https://github.com/pharmapsychotic/clip-interrogator.git\n", "!git clone https://github.com/salesforce/BLIP\n", "%cd /content/BLIP\n", "\n", @@ -431,18 +431,18 @@ }, "gpuClass": "standard", "kernelspec": { - "display_name": "Python 3.9.5 ('base')", + "display_name": "Python 3.9.7 ('pytorch')", "language": "python", "name": "python3" }, "language_info": { "name": "python", - "version": "3.9.5" + "version": "3.9.7" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "2e35b1f3b2666f0e402b0693dd7493a583002c98361385482aa9f27d8f0f5c89" + "hash": "d4dd9c310c32a31bb53615812f2f2c6cba010b7aa4dfb14e2b192e650667fecd" } } },