diff --git a/README.md b/README.md new file mode 100644 index 0000000..4dfb7c0 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +onnx Cannot build wheel + +fix command: + +```bash +git clone https://github.com/onnx/onnx.git +cd onnx +git submodule update --init --recursive +# prefer lite proto +set CMAKE_ARGS=-DONNX_USE_LITE_PROTO=ON +pip install -e . +``` \ No newline at end of file