Chris4K commited on
Commit
0c70f2b
·
verified ·
1 Parent(s): 865707a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  huggingface_hub==0.25.2
2
- #transformers
3
  torch
4
  sentence_transformers
5
  gradio
@@ -22,8 +22,8 @@ pydantic-settings==2.1.0
22
 
23
  # ML and Data Processing
24
  torch>=2.2.0
25
- transformers==4.43.1
26
- sentence-transformers==2.2.2
27
  faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
28
  numpy>=1.24.3
29
  pandas>=2.0.0
 
1
  huggingface_hub==0.25.2
2
+ transformers
3
  torch
4
  sentence_transformers
5
  gradio
 
22
 
23
  # ML and Data Processing
24
  torch>=2.2.0
25
+ #transformers==4.43.1
26
+ #sentence-transformers==2.2.2
27
  faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
28
  numpy>=1.24.3
29
  pandas>=2.0.0