ComView/README.md

12 lines
219 B
Markdown
Raw Normal View History

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 .
```