Browse Source

Pin v1 of notebook to v1 branch of repo so it stays using old data

v1
pharmapsychotic 2 years ago
parent
commit
122c041aad
  1. 8
      clip_interrogator.ipynb

8
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"
}
}
},

Loading…
Cancel
Save