Merge branch 'shuguang/main' of https://github.com/katanemo/arch into shuguang/main

This commit is contained in:
cotran 2024-12-11 13:33:45 -08:00
commit 8cfef7bcd4
18 changed files with 98 additions and 518 deletions

View file

@ -42,3 +42,10 @@ archgw_modelserver = "src.cli:run_server"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
python_files = ["test*.py"]
addopts = ["-v", "-s"]
retries = 2
retry_delay = 0.5
cumulative_timing = false