Shriharsh commited on
Commit
d2dba3a
·
verified ·
1 Parent(s): 3597430

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -4,4 +4,5 @@ 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
 
 
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