AmiDwivedi commited on
Commit
d9953f8
·
verified ·
1 Parent(s): 12a1abd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -2,9 +2,9 @@ gradio==4.31.0
2
  torch # requires torch 2.1.1+ (for efficient sdpa implementation)
3
  PyMuPDF # for reading PDFs with Python
4
  tqdm # for progress bars
5
- sentence-transformers # for embedding models
6
- accelerate # for quantization model loading
7
- bitsandbytes # for quantizing models (less storage space)
8
- flash-attn --no-build-isolation # for faster attention mechanism = faster LLM inference
9
  nltk
10
  spacy
 
2
  torch # requires torch 2.1.1+ (for efficient sdpa implementation)
3
  PyMuPDF # for reading PDFs with Python
4
  tqdm # for progress bars
5
+ sentence-transformers
6
+ accelerate
7
+ bitsandbytes
8
+ flash-attn
9
  nltk
10
  spacy