fix model_server cli and update version to 0.1.7

This commit is contained in:
Adil Hafeez 2024-12-09 12:11:17 -08:00
parent 1299afd05c
commit 8f1b21124b
6 changed files with 148 additions and 3778 deletions

View file

@ -28,4 +28,4 @@ COPY ./app/openai_params.yaml .
# RUN python install.py && \
# find /root/.cache/torch/sentence_transformers/ -name onnx -exec rm -rf {} +
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
CMD ["uvicorn", "src.app.main:app", "--host", "0.0.0.0", "--port", "80"]