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

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -6,7 +6,6 @@ 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 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
 
 
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