parent
9ac3c58a10
commit
b071f056ba
|
@ -279,7 +279,7 @@
|
||||||
" from subprocess import getoutput\n",
|
" from subprocess import getoutput\n",
|
||||||
" s = getoutput('nvidia-smi')\n",
|
" s = getoutput('nvidia-smi')\n",
|
||||||
" if 'A4000' in s:\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",
|
" 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",
|
" !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",
|
" elif 'RTX 5000' in s:\n",
|
||||||
|
|
Loading…
Reference in New Issue