Portx commited on
Commit
579129f
·
verified ·
1 Parent(s): 85ff963

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -5,8 +5,8 @@ from PIL import Image
5
  import os
6
 
7
  #run("pip install flash-attn --no-build-isolation", shell=True, check=True)
8
- run("pip install -U bitsandbytes", shell=True, check=True)
9
  run("pip install --upgrade pip", shell=True, check=True)
 
10
 
11
 
12
 
 
5
  import os
6
 
7
  #run("pip install flash-attn --no-build-isolation", shell=True, check=True)
 
8
  run("pip install --upgrade pip", shell=True, check=True)
9
+ run("pip install -U bitsandbytes", shell=True, check=True)
10
 
11
 
12