mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 17:56:28 +02:00
* first commit to have model_server not be dependent on Docker * making changes to fix the docker-compose file for archgw to set DNS_V4 and minor fixes with the build * additional fixes for model server to be separated out in the build * additional fixes for model server to be separated out in the build * fix to get model_server to be built as a separate python process. TODO: fix the embeddings logs after cli completes * fixing init to pull tempfile using the tempfile python package --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
20 lines
265 B
Text
20 lines
265 B
Text
#TOOD: pin versions
|
|
fastapi==0.115.0
|
|
sentence-transformers==3.1.1
|
|
torch==2.4.1
|
|
uvicorn==0.31.0
|
|
transformers
|
|
pyyaml==6.0.2
|
|
accelerate
|
|
psutil==6.0.0
|
|
# guard inference packages
|
|
optimum-intel
|
|
openvino
|
|
psutil
|
|
pandas
|
|
dateparser
|
|
openai==1.50.2
|
|
pandas
|
|
tf-keras
|
|
onnx
|
|
pytest
|