nisten commited on
Commit
ca2ff1b
1 Parent(s): 23535c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import subprocess
7
  import llava.serve.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 llava.serve.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():