Spaces:
Sleeping
Sleeping
flash-att
Browse files
app.py
CHANGED
@@ -12,7 +12,8 @@ import llava.serve.gradio_web_server as gws
|
|
12 |
# Execute the pip install command with additional options
|
13 |
|
14 |
|
15 |
-
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'flash-attn', '--no-build-isolation', '-U'])
|
|
|
16 |
|
17 |
|
18 |
def start_controller():
|
|
|
12 |
# Execute the pip install command with additional options
|
13 |
|
14 |
|
15 |
+
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'flash-attn==2.6.3', '--no-build-isolation', '-U'])
|
16 |
+
|
17 |
|
18 |
|
19 |
def start_controller():
|