LukasHug commited on
Commit
c8f4042
·
verified ·
1 Parent(s): 7b881ec

Upload 4 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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