akshatOP commited on
Commit
a2cfe7a
·
1 Parent(s): 81875a2
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- fastapi
2
- uvicorn
3
- transformers
4
- torch
5
- soundfile
6
- numpy
7
- llama-cpp-python
8
- pydantic
9
- datasets
 
1
+ fastapi==0.103.2
2
+ uvicorn==0.23.2
3
+ git+https://github.com/huggingface/transformers.git@main#egg=transformers
4
+ torch==2.1.2
5
+ soundfile==0.12.1
6
+ numpy==1.26.4
7
+ llama-cpp-python==0.2.28
8
+ pydantic==2.5.3
9
+ datasets==2.16.1