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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +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("pip3 install --upgrade pip wheels setuptools")
8
  os.system("FLASH_ATTENTION_SKIP_CUDA_BUILD=true pip3 install flash-attn --no-build-isolation")
9
 
10
 
 
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 wheel setuptools")
8
  os.system("FLASH_ATTENTION_SKIP_CUDA_BUILD=true pip3 install flash-attn --no-build-isolation")
9
 
10