Portx commited on
Commit
5196c1c
·
verified ·
1 Parent(s): 63a438f

Update handler.py

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