KingNish commited on
Commit
549135a
·
verified ·
1 Parent(s): 6df3b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def install_flash_attn():
12
  try:
13
  print("Installing flash-attn...")
14
  subprocess.run(
15
- ["pip", "install", "flash-attn", "--no-build-isolation"],
16
  check=True
17
  )
18
  print("flash-attn installed successfully!")
 
12
  try:
13
  print("Installing flash-attn...")
14
  subprocess.run(
15
+ ["pip", "install", "flash-attn"],
16
  check=True
17
  )
18
  print("flash-attn installed successfully!")