Cyberes 2022-10-29 23:39:52 -06:00 committed by GitHub
parent 9ac3c58a10
commit b071f056ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@
" from subprocess import getoutput\n",
" s = getoutput('nvidia-smi')\n",
" if 'A4000' in s:\n",
" !pip install --force-reinstall https://github.com/Cyberes/xformers-compiled/releases/download/A4000-Oct-28-2022/paperspce-a4000-xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl\n",
" !cd /tmp && wget https://github.com/Cyberes/xformers-compiled/releases/download/A4000-Oct-28-2022/paperspce-a4000-xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl -O xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl && pip install --force-reinstall xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl\n",
" elif 'P5000' in s:\n",
" !pip install --force-reinstall https://raw.githubusercontent.com/Cyberes/xformers-compiled/main/P5000/xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl\n",
" elif 'RTX 5000' in s:\n",