suwonpabby commited on
Commit
7cbe2d5
1 Parent(s): 6f3c591

First Landing

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ import time
16
  os.system("pip install transformers")
17
  os.system("pip install accelerate")
18
  os.system("pip install -U FlagEmbedding")
19
- os.system("pip install numpy")
 
20
 
21
  # 2. Import Installed Packages
22
  #fmt: off
 
16
  os.system("pip install transformers")
17
  os.system("pip install accelerate")
18
  os.system("pip install -U FlagEmbedding")
19
+ os.system("pip install peft")
20
+
21
 
22
  # 2. Import Installed Packages
23
  #fmt: off