chshan commited on
Commit
9ebe7a9
·
verified ·
1 Parent(s): 480b215

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==4.30.0
 
 
11
  sentencepiece==0.1.96
12
  tqdm==4.65.0
13
- peft
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