mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix precommit
This commit is contained in:
parent
46a1407080
commit
10c74ec0c4
2 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ repos:
|
|||
language: system
|
||||
entry: bash -c "cd model_server && pytest --maxfail=5 --disable-warnings"
|
||||
types: [python]
|
||||
|
||||
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.1.0
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ openai = "1.50.2"
|
|||
tf-keras = "*"
|
||||
onnx = "1.17.0"
|
||||
onnxruntime = "1.19.2"
|
||||
httpx = "*"
|
||||
pytest-asyncio = "*"
|
||||
pytest = "*"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
archgw_modelserver = "app.cli:run_server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue