p1atdev commited on
Commit
191b5ba
·
verified ·
1 Parent(s): 133ee65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ except:
5
 
6
  print("Installing flash-attn...")
7
  subprocess.run(
8
- "uv pip install --system flash-attn --no-build-isolation",
9
  env={"FLASH_ATTENTION_SKIP_CUDA_BUILD": "TRUE"},
10
  shell=True,
11
  )
 
5
 
6
  print("Installing flash-attn...")
7
  subprocess.run(
8
+ "pip install flash-attn --no-build-isolation",
9
  env={"FLASH_ATTENTION_SKIP_CUDA_BUILD": "TRUE"},
10
  shell=True,
11
  )