Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xThemis authored Jan 5, 2024
1 parent 31d95f3 commit cabeeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ echo $MLIR_DIR
4. Setup cmake and build
```bash
mkdir build && cd build
cmake -DMLIR_DIR=${MLIR_DIR} -DONNX_USE_PROTOBUF_SHARED_LIBS=ON ..
cmake -DMLIR_DIR=${MLIR_DIR} ..
make -j zkml-onnx-compiler mlir-assigner
```

Expand Down

0 comments on commit cabeeed

Please sign in to comment.