Portx commited on
Commit
63a438f
·
verified ·
1 Parent(s): 579129f

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -6,7 +6,7 @@ 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
 
 
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 -q --no-deps xformers trl peft accelerate bitsandbytes", shell=True, check=True)
10
 
11
 
12