Dakerqi commited on
Commit
91fc896
·
verified ·
1 Parent(s): 8ae4e92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import argparse
2
  import os
3
  #os.environ['CUDA_VISIBLE_DEVICES'] = '7'
 
1
+ import subprocess
2
+
3
+ subprocess.run("pip install --upgrade pip && pip install flash-attn --no-build-isolation", shell=True, check=True)
4
+
5
  import argparse
6
  import os
7
  #os.environ['CUDA_VISIBLE_DEVICES'] = '7'