checking python version
Browse files
app.py
CHANGED
@@ -5,6 +5,9 @@ from subprocess import getoutput
|
|
5 |
|
6 |
# Debugging with Verbose mode on...
|
7 |
|
|
|
|
|
|
|
8 |
os.system(f'echo "Installing xformers 0.0.15.dev"')
|
9 |
os.system(f"pip install -q https://huggingface.co/vorstcavry/xformers/resolve/main/xformers-0.0.15.dev0%2B1515f77.d20221130-cp38-cp38-linux_x86_64.whl")
|
10 |
|
|
|
5 |
|
6 |
# Debugging with Verbose mode on...
|
7 |
|
8 |
+
os.system(f'echo "Checking Python Version"')
|
9 |
+
os.system(f"python --version")
|
10 |
+
|
11 |
os.system(f'echo "Installing xformers 0.0.15.dev"')
|
12 |
os.system(f"pip install -q https://huggingface.co/vorstcavry/xformers/resolve/main/xformers-0.0.15.dev0%2B1515f77.d20221130-cp38-cp38-linux_x86_64.whl")
|
13 |
|