Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse filesUpdated xformers to .16
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from subprocess import getoutput
|
|
| 3 |
|
| 4 |
gpu_info = getoutput('nvidia-smi')
|
| 5 |
if("A10G" in gpu_info):
|
| 6 |
-
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.
|
| 7 |
elif("T4" in gpu_info):
|
| 8 |
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+1515f77.d20221130-cp38-cp38-linux_x86_64.whl")
|
| 9 |
|
|
|
|
| 3 |
|
| 4 |
gpu_info = getoutput('nvidia-smi')
|
| 5 |
if("A10G" in gpu_info):
|
| 6 |
+
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl")
|
| 7 |
elif("T4" in gpu_info):
|
| 8 |
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+1515f77.d20221130-cp38-cp38-linux_x86_64.whl")
|
| 9 |
|