Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -7,10 +7,12 @@ joblib==1.4.2
|
|
7 |
biopython==1.79
|
8 |
|
9 |
# Hugging Face & Transformer Libraries
|
10 |
-
transformers
|
|
|
|
|
11 |
sentencepiece==0.1.96
|
12 |
tqdm==4.65.0
|
13 |
-
|
14 |
|
15 |
# Web Application Library
|
16 |
gradio==4.31.5
|
|
|
7 |
biopython==1.79
|
8 |
|
9 |
# Hugging Face & Transformer Libraries
|
10 |
+
# ✅ MODIFIED: Upgraded transformers and pinned peft for compatibility
|
11 |
+
transformers==4.41.2
|
12 |
+
peft==0.11.1
|
13 |
sentencepiece==0.1.96
|
14 |
tqdm==4.65.0
|
15 |
+
|
16 |
|
17 |
# Web Application Library
|
18 |
gradio==4.31.5
|