Spaces:
Running
on
Zero
Running
on
Zero
Upload 4 files
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -7,7 +7,7 @@ import subprocess
|
|
7 |
import gradio_web_server as gws
|
8 |
|
9 |
# Execute the pip install command with additional options
|
10 |
-
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'flash-attn', '--no-build-isolation', '-U'])
|
11 |
|
12 |
|
13 |
def start_controller():
|
|
|
7 |
import gradio_web_server as gws
|
8 |
|
9 |
# Execute the pip install command with additional options
|
10 |
+
# subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'flash-attn', '--no-build-isolation', '-U'])
|
11 |
|
12 |
|
13 |
def start_controller():
|
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
|
|
1 |
llava-torch
|
|
|
1 |
+
flash-attn
|
2 |
llava-torch
|