Added hf_llm_engine and config

This commit is contained in:
Niels Geens
2024-11-04 17:08:52 +01:00
parent 5da6dca5ec
commit 70ed16f8ab
12 changed files with 330 additions and 93 deletions

View File

@@ -32,4 +32,4 @@ COPY ./ /root/sia/
COPY --from=web-build /app/dist /root/sia/static/
WORKDIR /root/sia
CMD ["python3", "-m", "sia"]
ENTRYPOINT ["python3", "-m", "sia"]