Codegeass321 commited on
Commit
7622cc8
·
1 Parent(s): 31d981d

added render.yaml

Browse files
Files changed (2) hide show
  1. render.yaml +2 -0
  2. requirements.txt +1 -0
render.yaml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ preBuild:
2
+ - apt-get update && apt-get install -y libomp-dev
requirements.txt CHANGED
@@ -3,4 +3,5 @@ uvicorn
3
  python-dotenv
4
  pydub
5
  numpy
 
6
  # Add any other dependencies your utils.py or backend needs
 
3
  python-dotenv
4
  pydub
5
  numpy
6
+ faiss-cpu
7
  # Add any other dependencies your utils.py or backend needs