diff --git a/README.md b/README.md index 27e34a5d9..19379c6b1 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ So, all the new modules should be developed separately, and published in the `op This list gives an overview of all modules available inside the contrib repository. * [**nvidia_plugin**](./modules/nvidia_plugin): NVIDIA GPU Plugin -- allows to perform deep neural networks inference on NVIDIA GPUs using CUDA, using OpenVINO API. -* [**java_api**](./modules/java_api): Inference Engine Java API -- provides Java wrappers for Inference Engine public API. -* [**rust_api**](./modules/rust_api): Inference Engine Rust API -- explains how to use the OpenVINO APIs from Rust. +* [**java_api**](./modules/java_api): OpenVINO Java API -- provides Java wrappers for OpenVINO Runtime public API. +* [**rust_api**](https://github.com/intel/openvino-rs): Inference Engine Rust API -- explains how to use the OpenVINO APIs from Rust. * [**custom_operations**](./modules/custom_operations/): Collection of Custom Operations -- implement Custom Operations with OpenVINO Extensibility Mechanism. * [**Token Merging**](./modules/token_merging/): adaptation of [Token Merging method](https://arxiv.org/abs/2210.09461) for OpenVINO. * [**OpenVINO Code**](./modules/openvino_code): VSCode extension for AI code completion with OpenVINO. diff --git a/modules/arm_plugin/README.md b/modules/arm_plugin/README.md deleted file mode 100644 index eb0563115..000000000 --- a/modules/arm_plugin/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# OpenVINO ARM CPU plugin - -Please, leverage [OpenVINO Intel CPU Plugin](https://github.com/openvinotoolkit/openvino/tree/master/src/plugins/intel_cpu), which can be compiled for ARM platforms since 2023.0 release. diff --git a/modules/mo_pytorch/README.md b/modules/mo_pytorch/README.md deleted file mode 100644 index ae61a4166..000000000 --- a/modules/mo_pytorch/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# PyTorch extension for Model Optimizer - -Please, leverage [OpenVINO PyTorch frontend](https://github.com/openvinotoolkit/openvino/tree/master/src/frontends/pytorch) to convert PyTorch models to OpenVINO IR representation. diff --git a/modules/optimum/README.md b/modules/optimum/README.md deleted file mode 100644 index ddb36fd2a..000000000 --- a/modules/optimum/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# OpenVINO™ Integration with Hugging Face Optimum - -The Hugging Face Optimum Intel extension development is now moved to [HuggingFace organization](https://github.com/huggingface/optimum-intel) diff --git a/modules/ovms_ai_extension/README.md b/modules/ovms_ai_extension/README.md deleted file mode 100644 index 649ca8fd4..000000000 --- a/modules/ovms_ai_extension/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# OpenVINO™ Model Server - AI Extension - -The OpenVINO™ Model Server - AI Extension has been removed since [Azure Video Analyzer (AVA)](https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-docs/overview) is no longer supported. \ No newline at end of file diff --git a/modules/rust_api/README.md b/modules/rust_api/README.md deleted file mode 100644 index 954231055..000000000 --- a/modules/rust_api/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Rust bindings for OpenVINO - -[![Build Status](https://github.com/intel/openvino-rs/workflows/CI/badge.svg)][ci] -[![Documentation Status](https://docs.rs/openvino/badge.svg)][docs] - -Rust bindings for OpenVINO's APIs are currently maintained elsewhere; please submit bug reports and -feature requests to [openvino-rs]. - -[openvino-rs]: https://github.com/intel/openvino-rs - -### Use - -In your `Cargo.toml`: - -```toml -[dependencies] -openvino = "" -``` - -To check for the latest version, see the [crates.io page]. Documentation is available at the -[docs.rs page]. - -[crates.io page]: https://crates.io/crates/openvino/versions -[docs.rs page]: https://docs.rs/openvino/latest/openvino