BoyuNLP commited on
Commit
13423e3
β€’
1 Parent(s): 051a433
Files changed (1) hide show
  1. app.py +2 -1
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():