Spaces:
Sleeping
Sleeping
Sharaf Zaman
commited on
Commit
•
8dc4452
1
Parent(s):
cab27b9
See if installing wheel and setuptools changes anything
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import subprocess
|
|
9 |
import llava.serve.gradio_web_server as gws
|
10 |
|
11 |
# Execute the pip install command with additional options
|
|
|
12 |
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'flash-attn', '--no-build-isolation', '-U'])
|
13 |
|
14 |
|
|
|
9 |
import llava.serve.gradio_web_server as gws
|
10 |
|
11 |
# Execute the pip install command with additional options
|
12 |
+
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'wheel', 'setuptools'])
|
13 |
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'flash-attn', '--no-build-isolation', '-U'])
|
14 |
|
15 |
|