Skip to content

Commit

Permalink
fix timm in photo tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
hollowstrawberry authored Jan 25, 2025
1 parent b4c4b85 commit 636a4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dataset_Maker.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
"else: # Photos\n",
" if \"step4b_installed_flag\" not in globals() or \"step4a_installed_flag\" in globals():\n",
" print(\"\\n🏭 Installing dependencies...\\n\")\n",
" !pip install timm==0.6.12 fairscale==0.4.13 transformers==4.26.0 requests \\\n",
" !pip install timm==1.0.14 fairscale==0.4.13 transformers==4.26.0 requests \\\n",
" accelerate==0.25.0 diffusers[torch]==0.25.0 einops==0.6.0 safetensors \\\n",
" jax==0.4.23 jaxlib==0.4.23 flax==0.7.5 huggingface-hub==0.22.0\n",
" if not get_ipython().__dict__['user_ns']['_exit_code']:\n",
Expand Down

0 comments on commit 636a4ea

Please sign in to comment.