Spaces:
Sleeping
Sleeping
Commit
·
aec2b55
1
Parent(s):
cfa6f40
For Check
Browse files
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
|