From 67c588028408aa38e5846dcc6240f3e3baade7ba Mon Sep 17 00:00:00 2001 From: Helena Kloosterman Date: Mon, 20 Nov 2023 19:05:01 +0100 Subject: [PATCH] Fix links to examples in README --- modules/custom_operations/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/custom_operations/README.md b/modules/custom_operations/README.md index 4dec37e3f..d04959ec0 100644 --- a/modules/custom_operations/README.md +++ b/modules/custom_operations/README.md @@ -19,8 +19,8 @@ For more information about the format, check the code for `SentencepieceTokenize And other custom operations introduced by third-party frameworks: -* [calculate_grid](/examples/calculate_grid) and [sparse_conv](/examples/sparse_conv) from [Open3D](https://github.com/isl-org/Open3D) -* [complex_mul](/examples/complex_mul) from [DIRECT](https://github.com/NKI-AI/direct) +* [calculate_grid](examples/calculate_grid) and [sparse_conv](examples/sparse_conv) from [Open3D](https://github.com/isl-org/Open3D) +* [complex_mul](examples/complex_mul) from [DIRECT](https://github.com/NKI-AI/direct) You can find more information about how to create and use OpenVINO Extensions to facilitate mapping of custom operations from framework model representation to OpenVINO representation [here](https://docs.openvino.ai/latest/openvino_docs_Extensibility_UG_Frontend_Extensions.html).