taprosoft commited on
Commit
6ec5d3f
·
verified ·
1 Parent(s): 8bd893c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import subprocess
4
 
5
  os.system("apt-get update")
6
  os.system("apt-get install --no-install-recommends -y poppler-utils tesseract-ocr")
 
7
  os.system("FLASH_ATTENTION_SKIP_CUDA_BUILD=true pip3 install flash-attn --no-build-isolation")
8
 
9
 
 
4
 
5
  os.system("apt-get update")
6
  os.system("apt-get install --no-install-recommends -y poppler-utils tesseract-ocr")
7
+ os.system("pip3 install --upgrade pip wheels setuptools")
8
  os.system("FLASH_ATTENTION_SKIP_CUDA_BUILD=true pip3 install flash-attn --no-build-isolation")
9
 
10