zyliu commited on
Commit
d3f3e42
1 Parent(s): 8b33d6d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ except ImportError:
15
  def install_flash_attn():
16
  os.system("pip install flash-attn==2.5.9.post1")
17
 
18
- install_flash_attn()
19
- import flash_attn
20
 
21
 
22
  def kill_processes_by_cmd_substring(cmd_substring):
 
15
  def install_flash_attn():
16
  os.system("pip install flash-attn==2.5.9.post1")
17
 
18
+ # install_flash_attn()
19
+ # import flash_attn
20
 
21
 
22
  def kill_processes_by_cmd_substring(cmd_substring):