Update Train_Colab.ipynb

update bnb and diffusers for colab
This commit is contained in:
Victor Hall 2023-06-27 15:02:47 -04:00 committed by GitHub
parent 42a2f6cfcf
commit 73156a962f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -107,9 +107,9 @@
"\n",
"packages = [\n",
" 'transformers==4.29.2',\n",
" 'diffusers[torch]==0.14.0',\n",
" 'diffusers[torch]==0.17.1',\n",
" 'pynvml==11.4.1',\n",
" 'bitsandbytes==0.37.2',\n",
" 'bitsandbytes==0.38.1',\n",
" 'ftfy==6.1.1',\n",
" 'aiohttp==3.8.4',\n",
" 'compel~=1.1.3',\n",