https://colab.research.google.com/drive/1cbLiDvDLDY_MQfH2flNYbCP9aMNlFqLX#scrollTo=X9ZqNaW6o0dE
It is a bit strange that nnsmith/**/*.yaml won't be packaged if we do:
pip install --user "git+https://github.com/ise-uiuc/nnsmith@main#egg=nnsmith[torch,onnx]" --upgrade
in Colab directly.
While doing that with an extra --user (as well as extending corresponding PATH and PYTHONPATH) can resolve it, it is still annoying. It could be a bug in the packager.
Though I set the options.package_data which should work at all scenarios...
|
nnsmith = config/**/*.yaml |