sophgo / tpu-mlir

Machine learning compiler based on MLIR for Sophgo TPU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `requirements.txt` for python

xhebox opened this issue · comments

commented

In #82, parse_graph should be used to rewrite tests, which is available in onnx_weekly or onnx@1.14.

However, tests in test_onnx.py will fail under newer version onnx@1.14 due to incompatibility with older onnx_runtime or onnx@1.13 in the docker image.

Should have a pip install -r requirements.txt to specify versions explicitly like:

alembic==1.0.10
appnope==0.1.0