ExplorerRay / onnxinfo

A tool to show ONNX model summary like torchinfo
MIT License
0 stars 0 forks source link

Speedup dependencies installation for GitHub Actions runner #8

Open ExplorerRay opened 1 day ago

ExplorerRay commented 1 day ago

Compile dependencies in runners may be too slow, so requires a way to install them faster. (As yungyuc said in this, we may use package manager like apt)

Following dependencies need to be installed and test whether they can run well in runner:

ExplorerRay commented 21 hours ago

I tried apt install libprotobuf-dev in debian container and found that Protobuf package version is too old (v.21.x). This will cause lack of runtime_version.h (start from v27.0). QQ