Shriharsh commited on
Commit
5334719
·
verified ·
1 Parent(s): aaaa3f2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- gradio==4.19.2 # UI framework, pinned for stability
2
- requests==2.31.0 # HTTP requests for scraping
3
- beautifulsoup4==4.12.3 # HTML parsing
4
- sentence-transformers==2.5.0 # Retrieval embeddings (all-MiniLM-L6-v2)
5
- transformers==4.38.2 # QA model (DistilBERT)
6
- torch==2.2.1 # Required by transformers, CPU-only to save memory
7
- numpy==1.26.4 # Array operations for embeddings
8
  optimum[onnxruntime]==1.14.0
 
1
+ gradio==4.19.2
2
+ requests==2.31.0
3
+ beautifulsoup4==4.12.3
4
+ sentence-transformers==2.5.0
5
+ transformers==4.36.2 # Downgraded to fix compatibility with optimum 1.14.0
6
+ torch==2.2.1
7
+ numpy==1.26.4
8
  optimum[onnxruntime]==1.14.0