mirror of
https://github.com/katanemo/plano.git
synced 2026-06-02 14:35:14 +02:00
fix dependcy + logg info (#148)
This commit is contained in:
parent
285aa1419b
commit
e62c6e75ea
3 changed files with 6 additions and 3 deletions
|
|
@ -22,12 +22,13 @@ pyyaml = "6.0.2"
|
|||
accelerate = "*"
|
||||
psutil = "6.0.0"
|
||||
optimum-intel = "*"
|
||||
openvino = "*"
|
||||
openvino = "2024.4.0"
|
||||
pandas = "*"
|
||||
dateparser = "*"
|
||||
openai = "1.50.2"
|
||||
tf-keras = "*"
|
||||
onnx = "*"
|
||||
onnx = "1.17.0"
|
||||
onnxruntime = "1.19.2"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
archgw_modelserver = "app:run_server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue