KingNish commited on
Commit
042463d
·
verified ·
1 Parent(s): f2f690b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import re
12
  print("Installing flash-attn...")
13
  # Install flash attention
14
  subprocess.run(
15
- "pip install flash-attn --no-build-isolation",
16
  env={"FLASH_ATTENTION_SKIP_CUDA_BUILD": "TRUE"},
17
  shell=True
18
  )
 
12
  print("Installing flash-attn...")
13
  # Install flash attention
14
  subprocess.run(
15
+ "pip install flash-attn==2.7.4.post1 --no-build-isolation",
16
  env={"FLASH_ATTENTION_SKIP_CUDA_BUILD": "TRUE"},
17
  shell=True
18
  )