Skip to content

Commit

Permalink
Remove obsolete contrib modules (openvinotoolkit#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jan 8, 2024
1 parent 1d9b0f6 commit c2347a3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions modules/arm_plugin/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions modules/mo_pytorch/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions modules/optimum/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions modules/ovms_ai_extension/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions modules/rust_api/README.md

This file was deleted.

0 comments on commit c2347a3

Please sign in to comment.