Portx commited on
Commit
dc453d0
·
verified ·
1 Parent(s): 6910cdb

Update handler.py

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