credent007 commited on
Commit
9e76711
·
verified ·
1 Parent(s): 035650c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,13 +1,15 @@
1
  fastapi
2
  uvicorn[standard]
3
- git+https://github.com/huggingface/transformers
 
4
  accelerate
5
  bitsandbytes
6
  sentencepiece
 
7
  torch
8
  numpy
9
  matplotlib
10
- accelerator
11
  PyMuPDF
12
  pillow
13
  python-multipart
 
1
  fastapi
2
  uvicorn[standard]
3
+
4
+ transformers>=4.41.0
5
  accelerate
6
  bitsandbytes
7
  sentencepiece
8
+
9
  torch
10
  numpy
11
  matplotlib
12
+
13
  PyMuPDF
14
  pillow
15
  python-multipart