suwonpabby commited on
Commit
aec2b55
1 Parent(s): cfa6f40
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ os.system("pip install transformers")
15
  os.system("pip install accelerate")
16
  os.system("pip install peft")
17
  os.system("pip install -U FlagEmbedding")
 
18
 
19
  #fmt: off
20
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
15
  os.system("pip install accelerate")
16
  os.system("pip install peft")
17
  os.system("pip install -U FlagEmbedding")
18
+ os.system("pip install numpy==2.1.0")
19
 
20
  #fmt: off
21
  from transformers import AutoModelForCausalLM, AutoTokenizer